GNOME Bugzilla – Bug 639467
Missing gdk_window_get_xid from gdk-x11-3.0.vapi
Last modified: 2011-03-17 06:45:24 UTC
Missing gdk_window_get_xid from gdk-x11-3.0.vapi, i.e. [CCode (cheader_filename = "gdk/gdkx.h")] public static X.ID x11_window_get_xid (Gdk.Window drawable); This is needed for GNOME Games.
I guess it should probably be: [CCode (cheader_filename = "gdk/gdkx.h")] public static X.ID x11_window_get_xid (Gdk.Window window); (drawable->window)
A strangeness is that there is x11_drawable_get_xid() which is not available in gdk 3.0 apparently.
Yes, GdkDrawable was deprecated in GDK 3.0
commit ff573b13c1b3a5258a55be083f0e315bc7998561 Author: Jürg Billeter <j@bitron.ch> Date: Sat Jan 15 11:31:16 2011 +0100 gtk+-3.0: Update to 2.99.2