mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-22 20:25:35 +00:00
Merge pull request #183 from cameronwhite/pixbuf-from-surface-lib
Fix runtime errors when calling the Gdk.Pixbuf constructors that take Gdk.Window or Cairo.Surface
This commit is contained in:
commit
92c2332bcf
|
@ -5687,7 +5687,7 @@
|
|||
<parameter type="int" name="height" />
|
||||
</parameters>
|
||||
</constructor>
|
||||
<constructor cname="gdk_pixbuf_get_from_surface">
|
||||
<constructor cname="gdk_pixbuf_get_from_surface" library="Library.Gdk">
|
||||
<parameters>
|
||||
<parameter type="cairo_surface_t*" name="surface" />
|
||||
<parameter type="gint" name="src_x" />
|
||||
|
@ -5696,7 +5696,7 @@
|
|||
<parameter type="gint" name="height" />
|
||||
</parameters>
|
||||
</constructor>
|
||||
<constructor cname="gdk_pixbuf_get_from_window">
|
||||
<constructor cname="gdk_pixbuf_get_from_window" library="Library.Gdk">
|
||||
<parameters>
|
||||
<parameter type="GdkWindow*" name="window" />
|
||||
<parameter type="gint" name="src_x" />
|
||||
|
|
Loading…
Reference in a new issue