From 5e2267fe4435a1bcc113e137163471e21ddb084d Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Sun, 30 Nov 2003 03:07:41 +0000 Subject: [PATCH] 2003-11-29 Mike Kestner * gdk/Pixbuf.custom : revert Miguel's commit. svn path=/trunk/gtk-sharp/; revision=20617 --- ChangeLog | 4 ++++ gdk/Pixbuf.custom | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index b87031210..c1eabe7cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-11-29 Mike Kestner + + * gdk/Pixbuf.custom : revert Miguel's commit. + 2003-11-29 Mike Kestner * */Makefile.in : remove the nowarns diff --git a/gdk/Pixbuf.custom b/gdk/Pixbuf.custom index 3bbe85d60..1b10c615c 100644 --- a/gdk/Pixbuf.custom +++ b/gdk/Pixbuf.custom @@ -104,6 +104,8 @@ Raw = gdk_pixbuf_new_from_inline(data.Length, data, copy_pixels, out 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); public unsafe Pixbuf(int data_length, void *data, bool copy_pixels)