mirror of
https://github.com/glfw/glfw.git
synced 2025-11-18 03:53:27 +00:00
Merge 679106e8b0 into 162896e5b9
This commit is contained in:
commit
0f3ce09c19
@ -1157,6 +1157,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