mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
This carries window exit
This commit is contained in:
parent
c27ab3993c
commit
549dc7c50e
@ -117,7 +117,7 @@ bool IgnoreEvent(XEvent &event)
|
||||
// MouseButton
|
||||
case ButtonPress: case ButtonRelease:
|
||||
// Mouse move
|
||||
case MotionNotify: case ClientMessage:
|
||||
case MotionNotify:
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user