gir-repository r217 - in trunk: . gir



Author: jobi
Date: Mon Nov 17 19:37:58 2008
New Revision: 217
URL: http://svn.gnome.org/viewvc/gir-repository?rev=217&view=rev

Log:

2008-11-17  Johan Bilien  <jobi via ecp fr>

	* gir/Gtk-custom.h: Fix the check for X11



Modified:
   trunk/ChangeLog
   trunk/gir/Gtk-custom.h

Modified: trunk/gir/Gtk-custom.h
==============================================================================
--- trunk/gir/Gtk-custom.h	(original)
+++ trunk/gir/Gtk-custom.h	Mon Nov 17 19:37:58 2008
@@ -8,7 +8,7 @@
 
 G_BEGIN_DECLS
 
-#if GDK_WINDOW_X11
+#ifdef GDK_WINDOWING_X11
 guint32         gtk_window_get_xid                    (GtkWindow            *window);
 #endif
 GtkWidgetFlags  gtk_widget_get_flags                  (GtkWidget            *widget);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]