]> Dogcows Code - chaz/openbox/blobdiff - src/timer.cc
WE DONT USE BASE DISPLAY FOR ANYTHING ANY MORE!!@^!*@*!! YAY
[chaz/openbox] / src / timer.cc
index c785b3456759e3132b10321efcd3cfa101dad584..76fb022d37a0327c374c83dab3921f4207241402 100644 (file)
@@ -4,10 +4,11 @@
 #  include "../config.h"
 #endif // HAVE_CONFIG_H
 
-#include "basedisplay.hh"
 #include "timer.hh"
 #include "util.hh"
 
+namespace ob {
+
 BTimer::BTimer(TimerQueueManager *m, TimeoutHandler *h) {
   manager = m;
   handler = h;
@@ -88,3 +89,5 @@ bool BTimer::shouldFire(const timeval &tm) const {
   return ! ((tm.tv_sec < end.tv_sec) ||
             (tm.tv_sec == end.tv_sec && tm.tv_usec < end.tv_usec));
 }
+
+}
This page took 0.020933 seconds and 4 git commands to generate.