1
0
Fork 0
mirror of https://gitlab.com/Mr_Goldberg/goldberg_emulator.git synced 2024-11-14 10:50:13 +01:00

This carries window exit

This commit is contained in:
Nemirtingas 2019-08-31 20:51:26 +02:00
parent c27ab3993c
commit 549dc7c50e

View file

@ -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;