]> Dogcows Code - chaz/openbox/blobdiff - src/Slit.h
make a new autoRaiseDelay value take effect without having to restart
[chaz/openbox] / src / Slit.h
index 89d76dafa36ab1e62e4898873c5d5e0353975065..b07d9c6ca611b281a94c304ff61fb4d3b9466589 100644 (file)
@@ -27,8 +27,8 @@
 #include <X11/Xutil.h>
 
 #include "Basemenu.h"
-#include "LinkedList.h"
 #include "Geometry.h"
+#include <list>
 
 // forward declaration
 class Slit;
@@ -105,7 +105,8 @@ private:
   Resource &config;
   BTimer *timer;
 
-  LinkedList<SlitClient> *clientList;
+  typedef std::list<SlitClient *> slitClientList;
+  slitClientList clientList;
   Slitmenu *slitmenu;
 
   struct frame {
This page took 0.02314 seconds and 4 git commands to generate.