diff options
author | dgp@users.sourceforge.net <dgp> | 2013-04-01 17:50:50 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2013-04-01 17:50:50 (GMT) |
commit | 8237f90aac7da93db530f1d2fc4ac1e23b794fb2 (patch) | |
tree | 4ac3819dc8b1575dc7d7d6a8f7cc6a299b8aa8b5 /generic/tkInt.h | |
parent | 3e1e282ed49649b656881683bb0f912f971d87b6 (diff) | |
parent | 5989c4a18fa72299882bbfd02614e6afb09701be (diff) | |
download | tk-8237f90aac7da93db530f1d2fc4ac1e23b794fb2.zip tk-8237f90aac7da93db530f1d2fc4ac1e23b794fb2.tar.gz tk-8237f90aac7da93db530f1d2fc4ac1e23b794fb2.tar.bz2 |
3607830 Runtime checks that Xkb is available in the X server before trying to
use. Adapted from patch from Brian Griffin.
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 1 |
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 |