all repos — openbox @ f320a023977e430785454e70c8c861b7c95f9a8f

openbox fork - make it a bit more like ryudo

clean up the systray and desktop lists
Dana Jansens danakj@orodu.net
commit

f320a023977e430785454e70c8c861b7c95f9a8f

parent

cac80d06ef93fac0b4d39ec28fada1076f5bf28d

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

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

@@ -310,6 +310,12 @@ std::for_each(iconList.begin(), iconList.end(), PointerAssassin());

std::for_each(netizenList.begin(), netizenList.end(), PointerAssassin()); + while (! desktopWindowList.empty()) + removeDesktopWindow(desktopWindowList[0]); + + while (! systrayWindowList.empty()) + removeSystrayWindow(systrayWindowList[0]); + delete rootmenu; delete workspacemenu; delete iconmenu;