diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-15 22:09:35 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:07:01 -0500 |
commit | 214342eac5cadff54002537f9e624b8b1acfe0c8 (patch) | |
tree | 3fa7e3b6fb8d5df310419669ecbb783323ae009e /gdk/x11/gdkvisual-x11.c | |
parent | 32e3dcfb47e00b3f1be5fe43e1f8e55c0b4619ff (diff) | |
download | gtk+-214342eac5cadff54002537f9e624b8b1acfe0c8.tar.gz |
Clean up gdkx.h a bit
Moving the direct-access redefinitions of various macros
to gdkprivate-x11.h and use that header throughout in x11/.
Also remove a workaround for a long-fixed X server bug.
Diffstat (limited to 'gdk/x11/gdkvisual-x11.c')
-rw-r--r-- | gdk/x11/gdkvisual-x11.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/x11/gdkvisual-x11.c b/gdk/x11/gdkvisual-x11.c index 5acff4ec85..724ec73155 100644 --- a/gdk/x11/gdkvisual-x11.c +++ b/gdk/x11/gdkvisual-x11.c @@ -27,8 +27,6 @@ #include "config.h" #include "gdkvisualprivate.h" - -#include "gdkx.h" #include "gdkprivate-x11.h" #include "gdkscreen-x11.h" |