Use XkbKeycodeToKeysym() instead of deprecated XKeycodeToKeysym().
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 May 2012 13:12:23 +0000 (13:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 May 2012 13:12:23 +0000 (13:12 +0000)
commit25cc08c07b7f378ea032e936022e457ae527010a
tree3cccea1f903b4140bda106fa234be0f72072a2e0
parent814028444d682b23af3809227cd485f4bebc1286
Use XkbKeycodeToKeysym() instead of deprecated XKeycodeToKeysym().

XKeycodeToKeysym() is deprecated in new X11 headers because it doesn't work
correctly with all symbols (https://bugs.freedesktop.org/show_bug.cgi?id=5349).
Use XkbKeycodeToKeysym() instead, this should help with some keys and also
avoids deprecation warnings during compilation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Makefile.in
build/bakefiles/make_dist.mk
src/gtk/window.cpp