]> Dogcows Code - chaz/openbox/blobdiff - src/blackbox.cc
complete the change from window.cc/hh to bbwindow.cc/hh
[chaz/openbox] / src / blackbox.cc
index 6d267b53017e8fd3b603496746493644cc35cef8..ca6ac814ebda19f0f0684d22ff3d24de8ca8c8b7 100644 (file)
@@ -81,7 +81,7 @@ using std::string;
 #include "otk/assassin.hh"
 #include "screen.hh"
 #include "util.hh"
-#include "window.hh"
+#include "bbwindow.hh"
 #include "workspace.hh"
 #include "xatom.hh"
 
@@ -1132,7 +1132,7 @@ void Blackbox::reconfigure(void) {
 
   reconfigure_wait = True;
 
-  if (! timer->isTiming()) timer->start();
+  if (! timer->timing()) timer->start();
 }
 
 
This page took 0.021128 seconds and 4 git commands to generate.