summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-04-01 16:27:46 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-04-01 16:27:46 (GMT)
commite19cf65c7641a093a5c7cf8325c5466e431d7c69 (patch)
treed12c1e95bed377052206be8cb843b79169a061e5 /generic/tkInt.h
parent48578cf487ec03f503d5b57a50be25e52e3b1a90 (diff)
downloadtk-e19cf65c7641a093a5c7cf8325c5466e431d7c69.zip
tk-e19cf65c7641a093a5c7cf8325c5466e431d7c69.tar.gz
tk-e19cf65c7641a093a5c7cf8325c5466e431d7c69.tar.bz2
Runtime check for Xkb support in X server.
Contributed patch from Brian Griffin.
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r--generic/tkInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index 9a36e1e..74fd351 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -570,6 +570,7 @@ typedef struct TkDisplay {
#define TK_DISPLAY_USE_IM (1 << 1)
#define TK_DISPLAY_WM_TRACING (1 << 3)
#define TK_DISPLAY_IN_WARP (1 << 4)
+#define TK_DISPLAY_USE_XKB (1 << 5)
/*
* One of the following structures exists for each error handler created by a