systray: Handle UnmapNotify correctly
This commit is contained in:
parent
61f0a4ec85
commit
68c3205b53
1 changed files with 1 additions and 0 deletions
|
@ -1306,6 +1306,7 @@ start:
|
|||
}
|
||||
break;
|
||||
case UnmapNotify:
|
||||
break;
|
||||
case DestroyNotify:
|
||||
if (e.xany.window == server.composite_manager) {
|
||||
// Stop real_transparency
|
||||
|
|
Loading…
Reference in a new issue