all repos — openbox @ 871602208a1874dcb3a8bfc4abdfc4d100a0ec57

openbox fork - make it a bit more like ryudo

make desktop windows get lowered properly
Dana Jansens danakj@orodu.net
commit

871602208a1874dcb3a8bfc4abdfc4d100a0ec57

parent

eb136b9629b61d43c00c3cf105ff170fb8c75ad1

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

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

@@ -1217,8 +1217,8 @@ if (win->isDesktop()) {

// desktop windows cant do anything, so we remove all the normal window // stuff from them, they are only kept around so that we can keep them on // the bottom of the z-order - addDesktopWindow(win->getClientWindow()); win->restore(True); + addDesktopWindow(win->getClientWindow()); delete win; return; }