We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc631c2 commit 594b230Copy full SHA for 594b230
gui-daemon/xside.c
@@ -2347,7 +2347,7 @@ static void process_xevent(Ghandles * g)
2347
// ideally raw input events are better, but I'm relying on X server's built-in event filtering and routing feature here
2348
case XI_KeyPress:
2349
case XI_KeyRelease:
2350
- process_xievent_keypress(g, xi_device);
+ process_xievent_keypress(g, (XIDeviceEvent *)xi_event);
2351
break;
2352
case XI_FocusIn:
2353
case XI_FocusOut:
0 commit comments