diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-11-03 20:10:34 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-11-03 20:10:34 +0000 |
commit | b31a2ece5c1abede289e45a023bed4d933077aaa (patch) | |
tree | 5b70e8d911a90b5383488e6cebd35024c520612c /gdk/gdk.c | |
parent | 9af0e7b6b653938d70cad83f72ad238bb577529b (diff) | |
download | gtk+-b31a2ece5c1abede289e45a023bed4d933077aaa.tar.gz |
Introduce a GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2
Mon Nov 3 20:56:28 2003 Matthias Clasen <maclas@gmx.de>
* gdk/gdk.c:
* gdk/gdkinternals.h:
* gdk/x11/gdkscreen-x11.c (init_xinerama_support): Introduce a
GDK_DEBUG_XINERAMA debug flag, and make it trigger a fake 2x2
Xinerama mode when no actual Xinerama setup is found.
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r-- | gdk/gdk.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ static const GDebugKey gdk_debug_keys[] = { {"input", GDK_DEBUG_INPUT}, {"cursor", GDK_DEBUG_CURSOR}, {"multihead", GDK_DEBUG_MULTIHEAD}, + {"xinerama", GDK_DEBUG_XINERAMA} }; static const int gdk_ndebug_keys = G_N_ELEMENTS (gdk_debug_keys); |