summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2007-08-30 11:42:13 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2007-08-30 11:42:13 +0000
commitdba6ac8ec7b987b0757556b30c9a62cf6125838c (patch)
treec3a56f55bb39f06bc2b05426efa71b4446c51952
parentfef627a81410ee832b832e4fe5f341d815fa099b (diff)
downloadpygtk-dba6ac8ec7b987b0757556b30c9a62cf6125838c.tar.gz
Bug 471804 – X11 specific calls included in the gtk module, breaking other backends
svn path=/trunk/; revision=2899
-rw-r--r--ChangeLog6
-rw-r--r--gtk/gdk-2.12.defs3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7df72382..4b480c71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-08-30 Gustavo J. A. M. Carneiro <gjc@gnome.org>
+
+ * gtk/gdk-2.12.defs: Put the X11 defs inside (ifdef GDK_TARGET_X11
+ ...). Fixes Bug 471804 – X11 specific calls included in the gtk
+ module, breaking other backends.
+
2007-08-29 Johan Dahlin <jdahlin@async.com.br>
* pango.override: Make the bindings a bit more pythonic, implement
diff --git a/gtk/gdk-2.12.defs b/gtk/gdk-2.12.defs
index 9fe26080..c527d89b 100644
--- a/gtk/gdk-2.12.defs
+++ b/gtk/gdk-2.12.defs
@@ -89,6 +89,7 @@
)
+(ifdef GDK_TARGET_X11
;; From gdkx.h
@@ -110,7 +111,7 @@
(varargs #t)
)
-
+)
;; From gdk.h