systray: Handle UnmapNotify correctly

This commit is contained in:
o9000
2015-07-16 20:33:21 +02:00
parent 61f0a4ec85
commit 68c3205b53

View File

@@ -1306,6 +1306,7 @@ start:
} }
break; break;
case UnmapNotify: case UnmapNotify:
break;
case DestroyNotify: case DestroyNotify:
if (e.xany.window == server.composite_manager) { if (e.xany.window == server.composite_manager) {
// Stop real_transparency // Stop real_transparency