summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-11-03 20:10:34 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-11-03 20:10:34 +0000
commitb31a2ece5c1abede289e45a023bed4d933077aaa (patch)
tree5b70e8d911a90b5383488e6cebd35024c520612c /gdk/gdk.c
parent9af0e7b6b653938d70cad83f72ad238bb577529b (diff)
downloadgtk+-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdk.c b/gdk/gdk.c
index 266f594cff..a9f2078f7d 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -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);