1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-01-30 19:08:51 -05:00

X11: Fix XKB events being passed on to core path

This commit is contained in:
Camilla Löwy 2020-05-19 17:55:28 +02:00
parent e07925c404
commit a17a1b2011

View File

@ -1185,6 +1185,8 @@ static void processEvent(XEvent *event)
{
_glfw.x11.xkb.group = ((XkbEvent*) event)->state.group;
}
return;
}
}