]> Pileus Git - ~andy/gtk/commitdiff
[broadway] Fix up header guards to not refer to gdkx.h
authorAlexander Larsson <alexl@redhat.com>
Thu, 7 Apr 2011 18:04:48 +0000 (20:04 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 7 Apr 2011 18:04:48 +0000 (20:04 +0200)
gdk/broadway/gdkbroadwaycursor.h

index 36afb5eea5e249efb88037fffc8297533e666620..09b35be5db9e233d0fcd3f17f0422f79b682a687 100644 (file)
@@ -24,8 +24,8 @@
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
-#if !defined (__GDKX_H_INSIDE__) && !defined (GDK_COMPILATION)
-#error "Only <gdk/gdkx.h> can be included directly."
+#if !defined (__GDKBROADWAY_H_INSIDE__) && !defined (GDK_COMPILATION)
+#error "Only <gdk/gdkbroadway.h> can be included directly."
 #endif
 
 #ifndef __GDK_BROADWAY_CURSOR_H__