diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-07-09 02:34:45 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-07-10 02:21:31 +0200 |
commit | 404e7d0e0013355549578db5c3981943f536c2b9 (patch) | |
tree | 4e1bbf577c4ef5010835661fd83e8f1af76a2cb9 /gdk/x11/gdkvisual-x11.c | |
parent | 7cabad6b77df866b59b8b98b8c8efaa6e89fd590 (diff) | |
download | gtk+-404e7d0e0013355549578db5c3981943f536c2b9.tar.gz |
gdk/: fully remove gdkalias hacks
https://bugzilla.gnome.org/show_bug.cgi?id=623845
Diffstat (limited to 'gdk/x11/gdkvisual-x11.c')
-rw-r--r-- | gdk/x11/gdkvisual-x11.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdk/x11/gdkvisual-x11.c b/gdk/x11/gdkvisual-x11.c index 898543bbd9..2183294bdb 100644 --- a/gdk/x11/gdkvisual-x11.c +++ b/gdk/x11/gdkvisual-x11.c @@ -33,7 +33,7 @@ #include "gdkprivate-x11.h" #include "gdkscreen-x11.h" #include "gdkinternals.h" -#include "gdkalias.h" + struct _GdkVisualClass { @@ -672,6 +672,3 @@ gdk_visual_get_screen (GdkVisual *visual) return ((GdkVisualPrivate*) visual)->screen; } - -#define __GDK_VISUAL_X11_C__ -#include "gdkaliasdef.c" |