all repos — openbox @ b1da899b3264b93a40aa638bc5fb65831bdcc464

openbox fork - make it a bit more like ryudo

try see if this broke gnome-panel
Dana Jansens danakj@orodu.net
commit

b1da899b3264b93a40aa638bc5fb65831bdcc464

parent

bf9ad028124102a8cc757d61a605cb8704ecdd3d

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/Screen.ccsrc/Screen.cc

@@ -1397,7 +1397,7 @@ return;

if (win->isDesktop()) { desktopWindowList.push_back(win->getFrameWindow()); - } else { + } else if (win->isNormal()) { // don't list desktop windows as managed windows windowList.push_back(win); updateClientList();

@@ -1448,7 +1448,7 @@ desktopWindowList.erase(it);

break; } assert(it != end); // the window wasnt a desktop window? - } else { + } else if (w->isNormal()) { // we don't list desktop windows as managed windows windowList.remove(w); updateClientList();