mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-06-08 21:26:08 +00:00
2004-06-02 Vladimir Vukicevic <vladimir@pobox.com>
* gdk/Pixbuf.custom : Pixels prop isn't unsafe svn path=/trunk/gtk-sharp/; revision=28812
This commit is contained in:
parent
4cc4140ea5
commit
73a0c307bd
|
@ -1,3 +1,7 @@
|
||||||
|
2004-06-02 Vladimir Vukicevic <vladimir@pobox.com>
|
||||||
|
|
||||||
|
* gdk/Pixbuf.custom : Pixels prop isn't unsafe
|
||||||
|
|
||||||
2004-06-02 Mike Kestner <mkestner@ximian.com>
|
2004-06-02 Mike Kestner <mkestner@ximian.com>
|
||||||
|
|
||||||
* generator/Field.cs : add field hiding, for manual impl.
|
* generator/Field.cs : add field hiding, for manual impl.
|
||||||
|
|
|
@ -144,7 +144,7 @@
|
||||||
[DllImport("libgdk_pixbuf-2.0-0.dll")]
|
[DllImport("libgdk_pixbuf-2.0-0.dll")]
|
||||||
static extern IntPtr gdk_pixbuf_get_pixels(IntPtr raw);
|
static extern IntPtr gdk_pixbuf_get_pixels(IntPtr raw);
|
||||||
|
|
||||||
public unsafe IntPtr Pixels {
|
public IntPtr Pixels {
|
||||||
get {
|
get {
|
||||||
IntPtr ret = gdk_pixbuf_get_pixels (Handle);
|
IntPtr ret = gdk_pixbuf_get_pixels (Handle);
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in a new issue