From: Dana Jansens Date: Thu, 25 Jul 2002 01:32:29 +0000 (+0000) Subject: use the flag not the function X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=1e5bbca8a8b98885452a73fdc263873b0ec33e23;p=chaz%2Fopenbox use the flag not the function --- diff --git a/src/Window.cc b/src/Window.cc index 16715c3e..fa5bfab8 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -2056,7 +2056,7 @@ void BlackboxWindow::setFocusFlag(bool focus) { else timer->stop(); } - if (isFocused()) + if (flags.focused) blackbox->setFocusedWindow(this); if (! flags.iconic) {