]> Dogcows Code - chaz/openbox/commitdiff
use the flag not the function
authorDana Jansens <danakj@orodu.net>
Thu, 25 Jul 2002 01:32:29 +0000 (01:32 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 25 Jul 2002 01:32:29 +0000 (01:32 +0000)
src/Window.cc

index 16715c3ee039d747e67b3707838290696db78066..fa5bfab8136952f231885730514e1938c139076d 100644 (file)
@@ -2056,7 +2056,7 @@ void BlackboxWindow::setFocusFlag(bool focus) {
     else timer->stop();
   }
 
-  if (isFocused())
+  if (flags.focused)
     blackbox->setFocusedWindow(this);
  
   if (! flags.iconic) {
This page took 0.024696 seconds and 4 git commands to generate.