X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FScreen.h;h=15f83a22a81f12f51c2f590938e9e954b7f6cf12;hb=eb8a11a5a7b066ada63cc3550f8314f53eaf1a39;hp=c59a2e95d33e90c2248782980329696dbb52c47d;hpb=57fb41c8060eaa2f29b25b08e3813b3dc140f165;p=chaz%2Fopenbox diff --git a/src/Screen.h b/src/Screen.h index c59a2e95..15f83a22 100644 --- a/src/Screen.h +++ b/src/Screen.h @@ -55,10 +55,6 @@ #include #include -typedef std::list menuList; -typedef std::list netList; -typedef std::vector wkspList; -typedef std::vector wkspNameList; // forward declaration class BScreen; @@ -116,8 +112,11 @@ private: Iconmenu *iconmenu; Rootmenu *rootmenu; + typedef std::list menuList; menuList rootmenuList; + typedef std::list netList; netList netizenList; + typedef std::list winList; winList iconList; // winList is declared in Workspace.h #ifdef SLIT @@ -131,7 +130,9 @@ private: unsigned int geom_w, geom_h; unsigned long event_mask; + typedef std::vector wkspNameList; wkspNameList workspaceNames; + typedef std::vector wkspList; wkspList workspacesList; struct resource {