diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-08 18:28:50 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-08 18:28:50 +0000 |
commit | 4494bd6ff874f2003e5240bc705666a37a928064 (patch) | |
tree | d49f112575b974ca8a9884486a8e0e4b13e625a5 | |
parent | 1992b3139645397e00057c8c208cee7d0b5f1e76 (diff) | |
download | gtk+-4494bd6ff874f2003e5240bc705666a37a928064.tar.gz |
Fix the build
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 4 | ||||
-rw-r--r-- | gdk/gdk.symbols | 3 |
4 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2005-08-08 Matthias Clasen <mclasen@redhat.com> + + * gdk/gdk.symbols: Make the last change compile. + 2005-08-08 Christian Persch <chpe@cvs.gnome.org> * gtk/gtkmenutoolbutton.c: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 3068e9854d..d2e85b8129 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2005-08-08 Matthias Clasen <mclasen@redhat.com> + + * gdk/gdk.symbols: Make the last change compile. + 2005-08-08 Christian Persch <chpe@cvs.gnome.org> * gtk/gtkmenutoolbutton.c: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 3068e9854d..d2e85b8129 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2005-08-08 Matthias Clasen <mclasen@redhat.com> + + * gdk/gdk.symbols: Make the last change compile. + 2005-08-08 Christian Persch <chpe@cvs.gnome.org> * gtk/gtkmenutoolbutton.c: diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols index fe1fab56d8..06bb4256e5 100644 --- a/gdk/gdk.symbols +++ b/gdk/gdk.symbols @@ -1195,7 +1195,10 @@ gdk_xid_table_lookup_for_display gdk_threads_mutex gdk_threads_lock gdk_threads_unlock +#endif + #ifdef GDK_WINDOWING_X11 +#ifdef INCLUDE_VARIABLES gdk_display #endif #endif |