This commit is contained in:
Recursive G 2025-11-17 00:00:51 +00:00 committed by GitHub
commit 0f3ce09c19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)
{