mirror of
https://github.com/glfw/glfw.git
synced 2025-04-04 21:15:07 +00:00
Merge 679106e8b0
into e7ea71be03
This commit is contained in:
commit
e210bd5ad3
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue