This carries window exit

This commit is contained in:
Nemirtingas 2019-08-31 20:51:26 +02:00
parent c27ab3993c
commit 549dc7c50e
1 changed files with 1 additions and 1 deletions

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;