]> Dogcows Code - chaz/openbox/blobdiff - src/Timer.hh
watch for sticky windows when mapping, let them show.
[chaz/openbox] / src / Timer.hh
index a4b040103c90103304f2e27f4796a1d4ac5da586..f13ad4dcbe64a90e0ca3ad9e0f56c7f640fbf519 100644 (file)
@@ -119,8 +119,8 @@ struct TimerLessThan {
   }
 };
 
-#include <deque>
-typedef _timer_queue<BTimer*, std::deque<BTimer*>, TimerLessThan> TimerQueue;
+#include <vector>
+typedef _timer_queue<BTimer*, std::vector<BTimer*>, TimerLessThan> TimerQueue;
 
 class TimerQueueManager {
 public:
This page took 0.026604 seconds and 4 git commands to generate.