From 8f0ec9fe07fc39d269b15a6199da25e01162e4fe Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Thu, 9 Jul 2009 11:11:35 +0100 Subject: Revert "Window isn't a record, but really a typedef for uint32" Exporting Windoew as a uint32 is revealing some problems in namespace handling - functions that are supposed to return a GdkWindow * are returning a x11.Window instead. Until that is fixed, we need to avoid making this change. (Also, Window isn't a uint32, it is an unsigned long) This reverts commit 9ce2b05198653697896c3f7c9271073789f90c51. http://bugzilla.gnome.org/show_bug.cgi?id=588147 --- gir/xlib-2.0.gir | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gir/xlib-2.0.gir b/gir/xlib-2.0.gir index 02f98748..5ee05867 100644 --- a/gir/xlib-2.0.gir +++ b/gir/xlib-2.0.gir @@ -3,8 +3,6 @@ xmlns="http://www.gtk.org/introspection/core/1.0" xmlns:c="http://www.gtk.org/introspection/c/1.0"> - - @@ -14,6 +12,7 @@ + -- cgit v1.2.1