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/gdkscreen-x11.h | |
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/gdkscreen-x11.h')
-rw-r--r-- | gdk/x11/gdkscreen-x11.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/x11/gdkscreen-x11.h b/gdk/x11/gdkscreen-x11.h index 2d9e4dd51b..f8471dcccd 100644 --- a/gdk/x11/gdkscreen-x11.h +++ b/gdk/x11/gdkscreen-x11.h @@ -26,7 +26,6 @@ #include "gdkscreenprivate.h" #include "gdkvisual.h" -#include "gdkprivate-x11.h" #include "xsettings-client.h" #include <X11/X.h> #include <X11/Xlib.h> |