diff options
author | markt <markt> | 2007-10-24 17:41:26 (GMT) |
---|---|---|
committer | markt <markt> | 2007-10-24 17:41:26 (GMT) |
commit | 2ef6a7af44a4313c233e764f21fdd6af210c9113 (patch) | |
tree | 8cb7ca97c001a1b047e01271401ef464ac0e06c9 /src/Ewmh.cc | |
parent | f3afe787c1209cf1357493924a4f7eb7864def54 (diff) | |
download | fluxbox_lack-2ef6a7af44a4313c233e764f21fdd6af210c9113.zip fluxbox_lack-2ef6a7af44a4313c233e764f21fdd6af210c9113.tar.bz2 |
fix _NET_CLIENT_LIST updating on window close
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r-- | src/Ewmh.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc index 11da267..5483b8e 100644 --- a/src/Ewmh.cc +++ b/src/Ewmh.cc | |||
@@ -378,7 +378,6 @@ void Ewmh::updateFocusedWindow(BScreen &screen, Window win) { | |||
378 | // The Window Manager should remove the property whenever a window is withdrawn | 378 | // The Window Manager should remove the property whenever a window is withdrawn |
379 | // but it should leave the property in place when it is shutting down | 379 | // but it should leave the property in place when it is shutting down |
380 | void Ewmh::updateClientClose(WinClient &winclient){ | 380 | void Ewmh::updateClientClose(WinClient &winclient){ |
381 | updateClientList(winclient.screen()); | ||
382 | if (!winclient.screen().isShuttingdown()) { | 381 | if (!winclient.screen().isShuttingdown()) { |
383 | XDeleteProperty(FbTk::App::instance()->display(), winclient.window(), | 382 | XDeleteProperty(FbTk::App::instance()->display(), winclient.window(), |
384 | m_net_wm_state); | 383 | m_net_wm_state); |