]> Dogcows Code - chaz/openbox/blobdiff - src/workspace.cc
complete the change from window.cc/hh to bbwindow.cc/hh
[chaz/openbox] / src / workspace.cc
index 891340621e75ccfd418db12d045dd7c3845322ae..ab209b0ec572b7e408959b0ebf2501a8f2bc44a0 100644 (file)
@@ -29,7 +29,7 @@ using std::string;
 #include "otk/display.hh"
 #include "screen.hh"
 #include "util.hh"
-#include "window.hh"
+#include "bbwindow.hh"
 #include "workspace.hh"
 #include "xatom.hh"
 
@@ -413,7 +413,7 @@ bool Workspace::isCurrent(void) const {
 }
 
 
-bool Workspace::isLastWindow(const BlackboxWindow* const w) const {
+bool Workspace::isLastWindow(const BlackboxWindow *w) const {
   return (w == windowList.back());
 }
 
This page took 0.021205 seconds and 4 git commands to generate.