diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-07 16:09:43 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-07 16:09:43 -0500 |
commit | 0725294119d77044670b6f101c3c9784253f36cd (patch) | |
tree | 4baee3e4142f2fab524debfb6e31b60545edb99b /kfax | |
parent | e241bcd32e3dadba9d61e8cac01b4b26396a6e8c (diff) | |
download | tdegraphics-0725294119d77044670b6f101c3c9784253f36cd.tar.gz tdegraphics-0725294119d77044670b6f101c3c9784253f36cd.zip |
Update deprecated XKeycodeToKeysym function call
Diffstat (limited to 'kfax')
-rw-r--r-- | kfax/kfax.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |