]> Dogcows Code - chaz/openbox/blobdiff - src/Screen.h
couple of LinkedLists converted to STL lists in BScreen
[chaz/openbox] / src / Screen.h
index 8d5b09b8da042b5b69aae69c9ce21e035c62d482..d496914bf2f1c4e9cc5b9b3dfb4230b6a9a4f3ae 100644 (file)
 #include "Image.h"
 #include "Resource.h"
 
+#include <list>
+typedef std::list<Rootmenu *> menuList;
+typedef std::list<Netizen *> netList;
+
 // forward declaration
 class BScreen;
 
@@ -109,8 +113,8 @@ private:
   Iconmenu *iconmenu;
   Rootmenu *rootmenu;
 
-  LinkedList<Rootmenu> *rootmenuList;
-  LinkedList<Netizen> *netizenList;
+  menuList rootmenuList;
+  netList netizenList;
   LinkedList<OpenboxWindow> *iconList;
 
 #ifdef    SLIT
This page took 0.025704 seconds and 4 git commands to generate.