diff options
author | dgp <dgp@users.sourceforge.net> | 2013-04-03 13:24:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-04-03 13:24:39 (GMT) |
commit | 72bb6b7e8fa3901fea62ff5f5b6a1686c28d4fe0 (patch) | |
tree | 0216a9e014a1edd19fff7c344e2256d3528f10c0 /unix/tkConfig.h.in | |
parent | f81af507f29583a0e62ea74b132529376731c7e4 (diff) | |
download | tk-72bb6b7e8fa3901fea62ff5f5b6a1686c28d4fe0.zip tk-72bb6b7e8fa3901fea62ff5f5b6a1686c28d4fe0.tar.gz tk-72bb6b7e8fa3901fea62ff5f5b6a1686c28d4fe0.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 |