[gtk+] [broadway] Fix up header guards to not refer to gdkx.h
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] [broadway] Fix up header guards to not refer to gdkx.h
- Date: Thu, 7 Apr 2011 19:21:31 +0000 (UTC)
commit 42cbed675999a0e345941c8fc69c5f8afff5807d
Author: Alexander Larsson <alexl redhat com>
Date: Thu Apr 7 20:04:48 2011 +0200
[broadway] Fix up header guards to not refer to gdkx.h
gdk/broadway/gdkbroadwaycursor.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/broadway/gdkbroadwaycursor.h b/gdk/broadway/gdkbroadwaycursor.h
index 36afb5e..09b35be 100644
--- a/gdk/broadway/gdkbroadwaycursor.h
+++ b/gdk/broadway/gdkbroadwaycursor.h
@@ -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__
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]