This commit is contained in:
Adam D. Ruppe 2017-03-22 11:22:44 -04:00
parent fe3cca9e83
commit b793f4c9c2
1 changed files with 1 additions and 1 deletions

View File

@ -6288,7 +6288,7 @@ version(X11) {
_hidden = true;
XSelectInput(display, window, EventMask.StructureNotifyMask); // without this, we won't get destroy notification
goto hiddenWindow;
break;
//break;
/+
case WindowTypes.desktop:
atoms[0] = GetAtom!"_NET_WM_WINDOW_TYPE_DESKTOP"(display);