mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 17:55:27 +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>
|
||||
|
||||
* generator/Field.cs : add field hiding, for manual impl.
|
||||
|
|
|
@ -144,7 +144,7 @@
|
|||
[DllImport("libgdk_pixbuf-2.0-0.dll")]
|
||||
static extern IntPtr gdk_pixbuf_get_pixels(IntPtr raw);
|
||||
|
||||
public unsafe IntPtr Pixels {
|
||||
public IntPtr Pixels {
|
||||
get {
|
||||
IntPtr ret = gdk_pixbuf_get_pixels (Handle);
|
||||
return ret;
|
||||
|
|
Loading…
Reference in a new issue