Linux: Set dirty flag on UnMapNotify

This commit is contained in:
Elias Naur 2004-07-19 07:24:41 +00:00
parent aaf1cf73bd
commit 456a948195
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ static void handleMessages() {
minimized = false;
break;
case UnmapNotify:
dirty = true;
minimized = true;
break;
case Expose: