From 0725294119d77044670b6f101c3c9784253f36cd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 7 Aug 2012 16:09:43 -0500 Subject: Update deprecated XKeycodeToKeysym function call --- kfax/kfax.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kfax') diff --git a/kfax/kfax.cpp b/kfax/kfax.cpp index dfd48afa..ac2b055c 100644 --- a/kfax/kfax.cpp +++ b/kfax/kfax.cpp @@ -966,7 +966,7 @@ void TopLevel::handle_X_event(XEvent Event) break; Lasttime = Event.xkey.time; ExpectConfNotify = 0; - switch(XKeycodeToKeysym(qtdisplay, Event.xkey.keycode, 0)) { + switch(XkbKeycodeToKeysym(qtdisplay, Event.xkey.keycode, 0, 0)) { case XK_m: mirrorPage(); if (Event.xkey.state & ShiftMask) -- cgit v1.2.3