X11: Fix XKB events being passed on to core path

(cherry picked from commit a17a1b2011)
This commit is contained in:
Camilla Löwy 2020-05-19 17:55:28 +02:00
parent 3df4ebeaac
commit 48bc089e9e

View File

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