X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2FSlit.h;h=b07d9c6ca611b281a94c304ff61fb4d3b9466589;hb=ae093dba2fb97124bb4af3eaf4070b46f07dfd74;hp=89d76dafa36ab1e62e4898873c5d5e0353975065;hpb=6f2064b1869ed9816fe1756252ad4fd66de9190b;p=chaz%2Fopenbox diff --git a/src/Slit.h b/src/Slit.h index 89d76daf..b07d9c6c 100644 --- a/src/Slit.h +++ b/src/Slit.h @@ -27,8 +27,8 @@ #include #include "Basemenu.h" -#include "LinkedList.h" #include "Geometry.h" +#include // forward declaration class Slit; @@ -105,7 +105,8 @@ private: Resource &config; BTimer *timer; - LinkedList *clientList; + typedef std::list slitClientList; + slitClientList clientList; Slitmenu *slitmenu; struct frame {