mirror of https://github.com/adamdruppe/arsd.git
warning
This commit is contained in:
parent
fe3cca9e83
commit
b793f4c9c2
|
@ -6288,7 +6288,7 @@ version(X11) {
|
||||||
_hidden = true;
|
_hidden = true;
|
||||||
XSelectInput(display, window, EventMask.StructureNotifyMask); // without this, we won't get destroy notification
|
XSelectInput(display, window, EventMask.StructureNotifyMask); // without this, we won't get destroy notification
|
||||||
goto hiddenWindow;
|
goto hiddenWindow;
|
||||||
break;
|
//break;
|
||||||
/+
|
/+
|
||||||
case WindowTypes.desktop:
|
case WindowTypes.desktop:
|
||||||
atoms[0] = GetAtom!"_NET_WM_WINDOW_TYPE_DESKTOP"(display);
|
atoms[0] = GetAtom!"_NET_WM_WINDOW_TYPE_DESKTOP"(display);
|
||||||
|
|
Loading…
Reference in New Issue