From c07eb7b2de0396949ac2725de06094b80155da09 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 11 May 2003 15:26:34 +0000 Subject: changes in revertFocus --- src/Screen.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Screen.cc b/src/Screen.cc index 1c5f7d4..3130499 100644 --- a/src/Screen.cc +++ b/src/Screen.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Screen.cc,v 1.154 2003/05/11 13:36:10 fluxgen Exp $ +// $Id: Screen.cc,v 1.155 2003/05/11 15:26:34 fluxgen Exp $ #include "Screen.hh" @@ -981,7 +981,7 @@ void BScreen::removeClient(WinClient &client) { if (client.transientFor() && client.transientFor()->fbwindow()) client.transientFor()->fbwindow()->setInputFocus(); else - Fluxbox::instance()->revertFocus(&focused->screen()); + Fluxbox::instance()->revertFocus(focused->screen()); } } @@ -1092,7 +1092,7 @@ void BScreen::changeWorkspaceID(unsigned int id) { if (focused && (focused->isStuck() || focused->isMoving())) { focused->setInputFocus(); } else - Fluxbox::instance()->revertFocus(this); + Fluxbox::instance()->revertFocus(*this); if (focused && focused->isMoving()) { focused->resumeMoving(); -- cgit v0.11.2