Skip to content

Commit

Permalink
Update gui-daemon/xside.c
Browse files Browse the repository at this point in the history
Co-authored-by: Demi Marie Obenour <[email protected]>
  • Loading branch information
iacore and DemiMarie committed Apr 8, 2022
1 parent bc631c2 commit 594b230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui-daemon/xside.c
Original file line number Diff line number Diff line change
Expand Up @@ -2347,7 +2347,7 @@ static void process_xevent(Ghandles * g)
// ideally raw input events are better, but I'm relying on X server's built-in event filtering and routing feature here
case XI_KeyPress:
case XI_KeyRelease:
process_xievent_keypress(g, xi_device);
process_xievent_keypress(g, (XIDeviceEvent *)xi_event);
break;
case XI_FocusIn:
case XI_FocusOut:
Expand Down

0 comments on commit 594b230

Please sign in to comment.