mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 23:33:16 +01:00
X11: Fix XKB events being passed on to core path
(cherry picked from commit a17a1b2011)
This commit is contained in:
@@ -1195,6 +1195,8 @@ static void processEvent(XEvent *event)
|
||||
{
|
||||
_glfw.x11.xkb.group = ((XkbEvent*) event)->state.group;
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user