diff options
author | dgp@users.sourceforge.net <dgp> | 2013-04-03 13:24:39 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2013-04-03 13:24:39 (GMT) |
commit | c5ac843921e14f6aee080f31bf88f5156bbf50c4 (patch) | |
tree | e9bf2f50d99adc407c811094d11368dec21e47d4 /unix/tkConfig.h.in | |
parent | 5aefd0b8d9b806b44a50649a5fce80807c7b212b (diff) | |
download | tk-c5ac843921e14f6aee080f31bf88f5156bbf50c4.zip tk-c5ac843921e14f6aee080f31bf88f5156bbf50c4.tar.gz tk-c5ac843921e14f6aee080f31bf88f5156bbf50c4.tar.bz2 |
merge release to 8.5; revert features not included in release
Diffstat (limited to 'unix/tkConfig.h.in')
-rw-r--r-- | unix/tkConfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in index 74f6d73..986609b 100644 --- a/unix/tkConfig.h.in +++ b/unix/tkConfig.h.in @@ -103,6 +103,9 @@ /* Have we turned on XFT (antialiased fonts)? */ #undef HAVE_XFT +/* Do we have XkbKeycodeToKeysym? */ +#undef HAVE_XKBKEYCODETOKEYSYM + /* Is XScreenSaver available? */ #undef HAVE_XSS |