mirror of
https://github.com/glfw/glfw.git
synced 2025-12-20 06:01:56 +00:00
Compare commits
2 Commits
1f1dba0c81
...
1ec5d6980b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1ec5d6980b | ||
|
|
679106e8b0 |
@ -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…
Reference in New Issue
Block a user