]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.cc
syching with bb-cvs. rm .\#* on make dist-clean. nls updates.
[chaz/openbox] / src / Screen.cc
index 8bdf9480cd4b0d2e051ebadd0fc9519964b39429..8779733cbcd1a90129847e188ead7e52093751e6 100644 (file)
@@ -66,8 +66,11 @@ extern "C" {
 #endif // HAVE_STDARG_H
 }
 
+#include <assert.h>
+
 #include <algorithm>
 #include <functional>
+#include <string>
 using std::string;
 
 #include "i18n.hh"
@@ -1039,7 +1042,7 @@ void BScreen::changeWorkspaceID(unsigned int id) {
 
     if (blackbox->getFocusedWindow() &&
         blackbox->getFocusedWindow()->getScreen() == this &&
-        (! blackbox->getFocusedWindow()->isStuck())) {
+        ! blackbox->getFocusedWindow()->isStuck()) {
       current_workspace->setLastFocusedWindow(blackbox->getFocusedWindow());
       blackbox->setFocusedWindow((BlackboxWindow *) 0);
     }
This page took 0.023244 seconds and 4 git commands to generate.