diff --git a/simpledisplay.d b/simpledisplay.d index 39ecc52..93a0706 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -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);