This commit is contained in:
Recursive G 2025-07-12 10:41:30 +08:00 committed by GitHub
commit c9971be0c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1153,6 +1153,10 @@ static void processEvent(XEvent *event)
keycode = event->xkey.keycode; keycode = event->xkey.keycode;
filtered = XFilterEvent(event, None); filtered = XFilterEvent(event, None);
if (filtered)
{
return;
}
if (_glfw.x11.randr.available) if (_glfw.x11.randr.available)
{ {