Skip to content

Commit 002b039

Browse files
iacoreDemiMarie
andauthored
Update gui-daemon/xside.c
Co-authored-by: Demi Marie Obenour <[email protected]>
1 parent bc631c2 commit 002b039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui-daemon/xside.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2347,7 +2347,7 @@ static void process_xevent(Ghandles * g)
23472347
// ideally raw input events are better, but I'm relying on X server's built-in event filtering and routing feature here
23482348
case XI_KeyPress:
23492349
case XI_KeyRelease:
2350-
process_xievent_keypress(g, xi_device);
2350+
process_xievent_keypress(g, (XIDeviceEvent *)xi_event);
23512351
break;
23522352
case XI_FocusIn:
23532353
case XI_FocusOut:

0 commit comments

Comments
 (0)