mirror of
https://github.com/glfw/glfw.git
synced 2025-07-12 18:50:04 +00:00
Merge 679106e8b0
into d11cb3779b
This commit is contained in:
commit
c9971be0c3
@ -1153,6 +1153,10 @@ static void processEvent(XEvent *event)
|
||||
keycode = event->xkey.keycode;
|
||||
|
||||
filtered = XFilterEvent(event, None);
|
||||
if (filtered)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (_glfw.x11.randr.available)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user