X11: Fix XKB events being passed on to core path
(cherry picked from commit a17a1b2011
)
This commit is contained in:
parent
3df4ebeaac
commit
48bc089e9e
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user