From 939e7887ceaee9ec97428ad79d8424bde6e479dd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 13 Feb 2003 07:35:25 +0000 Subject: [PATCH] notify the frame when the desktop changes --- src/client.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/client.cc b/src/client.cc index 33e11ce0..3175b3ba 100644 --- a/src/client.cc +++ b/src/client.cc @@ -83,7 +83,6 @@ Client::Client(int screen, Window window) // any changes we've made here otk::Property::set(_window, otk::Property::atoms.net_wm_desktop, otk::Property::atoms.cardinal, (unsigned)_desktop); - changeState(); } @@ -750,14 +749,12 @@ void Client::setDesktop(unsigned int target) return; _desktop = target; - // set the desktop hint otk::Property::set(_window, otk::Property::atoms.net_wm_desktop, otk::Property::atoms.cardinal, _desktop); - + frame->adjustState(); // the frame can display the current desktop state // 'move' the window to the new desktop showhide(); - openbox->screen(_screen)->updateStruts(); } @@ -1580,9 +1577,7 @@ void Client::iconify(bool iconic, bool curdesk) XMapWindow(**otk::display, _window); } changeState(); - showhide(); - openbox->screen(_screen)->updateStruts(); } -- 2.39.2