This fixed the build for me
svn path=/trunk/gtk-sharp/; revision=20613
This commit is contained in:
parent
32f12c714b
commit
dbb08ab312
1 changed files with 1 additions and 2 deletions
|
@ -104,9 +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)
|
||||
{
|
||||
IntPtr error = IntPtr.Zero;
|
||||
|
|
Loading…
Reference in a new issue