all repos — fluxbox @ 282326a9d00610c2fc84e35ab1fccbd99afb0bed

custom fork of the fluxbox windowmanager

little cleanup
markt markt
commit

282326a9d00610c2fc84e35ab1fccbd99afb0bed

parent

83a7202a669baa543df9c04f131d272664526b9c

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

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

@@ -297,11 +297,6 @@ XScreenNumberOfScreen(attr.screen) != window().screenNumber()) {

return; } - WinClient *winclient = Fluxbox::instance()->searchWindow(win); - if (winclient && winclient->fbwindow()) - // remove client from FluxboxWindow first - winclient->fbwindow()->restore(winclient, false); - FbTk::FbWindow *traywin = new TrayWindow(win); #ifdef DEBUG

@@ -403,8 +398,6 @@

(*client_it)->moveResize(x, y, h_rot0, h_rot0); (*client_it)->sendConfigureNotify(x, y, h_rot0, h_rot0); } - - client_it = m_clients.begin(); } void SystemTray::removeAllClients() {