diff options
author | dgp <dgp@noemail.net> | 2013-04-01 17:50:50 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2013-04-01 17:50:50 (GMT) |
commit | f75e983b86093da2f0e6b9bf12d0c90f6af8862c (patch) | |
tree | 4ac3819dc8b1575dc7d7d6a8f7cc6a299b8aa8b5 /ChangeLog | |
parent | 8865776bbc4de135e4ce4d0f59d4b09bfbad0b40 (diff) | |
parent | 94249e8b9e5fd2e1ddbc31656ffb31bd0f832b85 (diff) | |
download | tk-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 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ * tests/window.test: Bring back test window-2.9. No longer hangs. + * generic/tkInt.h: [Bug 3607830] Runtime checks that Xkb is + * unix/tkUnixEvent.c: available in the X server before trying to + * unix/tkUnixKey.c: use. Adapted from patch from Brian Griffin. + 2013-03-27 Jan Nijtmans <nijtmans@users.sf.net> * library/button.tcl: [Bug 3608074]: Add <<Invoke>> bindings to |