From 4969c1b08453a4048c94f207f0c02287bdbc1d0c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 12 May 2002 20:56:40 +0000 Subject: move some typedefs into class scope --- src/Screen.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/Screen.h') 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 { -- cgit v1.2.3