aboutsummaryrefslogtreecommitdiff
path: root/src/Ewmh.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ewmh.cc')
-rw-r--r--src/Ewmh.cc1
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
380void Ewmh::updateClientClose(WinClient &winclient){ 380void 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);