From 443169bdcb47dfecf18da981119342b9f19eb84f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 7 Aug 2012 15:24:47 -0500 Subject: Update calls to deprecated XKeycodeToKeysym function --- twin/killwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'twin/killwindow.cpp') diff --git a/twin/killwindow.cpp b/twin/killwindow.cpp index fb5486546..7562f2886 100644 --- a/twin/killwindow.cpp +++ b/twin/killwindow.cpp @@ -15,6 +15,7 @@ License. See the file "COPYING" for the exact licensing terms. #include "killwindow.h" #include #include +#include #include #include #include @@ -61,7 +62,7 @@ void KillWindow::start() if (ev.type == KeyPress) { - int kc = XKeycodeToKeysym(tqt_xdisplay(), ev.xkey.keycode, 0); + int kc = XkbKeycodeToKeysym(tqt_xdisplay(), ev.xkey.keycode, 0, 0); int mx = 0; int my = 0; return_pressed = (kc == XK_Return) || (kc == XK_space); -- cgit v1.2.1