diff --git a/src/x11_window.c b/src/x11_window.c index d6e6bf37..ec9946d1 100644 --- a/src/x11_window.c +++ b/src/x11_window.c @@ -1185,6 +1185,8 @@ static void processEvent(XEvent *event) { _glfw.x11.xkb.group = ((XkbEvent*) event)->state.group; } + + return; } }