summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2013-04-01 17:50:50 (GMT)
committerdgp <dgp@noemail.net>2013-04-01 17:50:50 (GMT)
commitf75e983b86093da2f0e6b9bf12d0c90f6af8862c (patch)
tree4ac3819dc8b1575dc7d7d6a8f7cc6a299b8aa8b5 /generic
parent8865776bbc4de135e4ce4d0f59d4b09bfbad0b40 (diff)
parent94249e8b9e5fd2e1ddbc31656ffb31bd0f832b85 (diff)
downloadtk-f75e983b86093da2f0e6b9bf12d0c90f6af8862c.zip
tk-f75e983b86093da2f0e6b9bf12d0c90f6af8862c.tar.gz
tk-f75e983b86093da2f0e6b9bf12d0c90f6af8862c.tar.bz2
3607830 Runtime checks that Xkb is available in the X server before trying to
use. Adapted from patch from Brian Griffin. FossilOrigin-Name: a243315217cfd8f17a094b36e081a73b135b958a
Diffstat (limited to 'generic')
-rw-r--r--generic/tkInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h
index 21b882c..933fa5e 100644
--- a/generic/tkInt.h
+++ b/generic/tkInt.h
@@ -526,6 +526,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