2003-11-29 Mike Kestner <mkestner@speakeasy.net>
* gdk/Pixbuf.custom : revert Miguel's commit. svn path=/trunk/gtk-sharp/; revision=20617
This commit is contained in:
parent
dbb08ab312
commit
5e2267fe44
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-11-29 Mike Kestner <mkestner@speakeasy.net>
|
||||||
|
|
||||||
|
* gdk/Pixbuf.custom : revert Miguel's commit.
|
||||||
|
|
||||||
2003-11-29 Mike Kestner <mkestner@speakeasy.net>
|
2003-11-29 Mike Kestner <mkestner@speakeasy.net>
|
||||||
|
|
||||||
* */Makefile.in : remove the nowarns
|
* */Makefile.in : remove the nowarns
|
||||||
|
|
|
@ -104,6 +104,8 @@
|
||||||
Raw = gdk_pixbuf_new_from_inline(data.Length, data, copy_pixels, out error);
|
Raw = gdk_pixbuf_new_from_inline(data.Length, data, copy_pixels, out error);
|
||||||
if (error != IntPtr.Zero) throw new GLib.GException (error);
|
if (error != IntPtr.Zero) throw new GLib.GException (error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[DllImport("libgdk_pixbuf-2.0-0.dll")]
|
||||||
static extern unsafe IntPtr gdk_pixbuf_new_from_inline(int len, IntPtr data, bool copy_pixels, out IntPtr error);
|
static extern unsafe IntPtr gdk_pixbuf_new_from_inline(int len, IntPtr data, bool copy_pixels, out IntPtr error);
|
||||||
|
|
||||||
public unsafe Pixbuf(int data_length, void *data, bool copy_pixels)
|
public unsafe Pixbuf(int data_length, void *data, bool copy_pixels)
|
||||||
|
|
Loading…
Add table
Reference in a new issue