diff options
Diffstat (limited to 'qxt-mini/x11-keymap.cpp')
-rw-r--r-- | qxt-mini/x11-keymap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qxt-mini/x11-keymap.cpp b/qxt-mini/x11-keymap.cpp index 701c60bc..ab7f9665 100644 --- a/qxt-mini/x11-keymap.cpp +++ b/qxt-mini/x11-keymap.cpp @@ -266,7 +266,7 @@ QPair<KeySym, KeySym> keycode_to_keysym(Display* disp, ev.serial = kev->sequence; ev.send_event = False; ev.display = disp; - ev.window = kev->root; + ev.root = kev->root; ev.subwindow = kev->child; ev.window = kev->event; ev.time = kev->time; |