This commit is contained in:
Recursive G 2025-01-16 05:23:46 +00:00 committed by GitHub
commit e210bd5ad3
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;
filtered = XFilterEvent(event, None);
if (filtered)
{
return;
}
if (_glfw.x11.randr.available)
{