From a0dbb0e13f19ac4cc2dddf3d94723174971df6d2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 12 May 2002 01:23:48 +0000 Subject: couple of LinkedLists converted to STL lists in BScreen changed teh calls to XSetInputFocus. Using the root window as the fallback when there is nothing to focus instead of the toolbar. Also, always using 'RevertToPointerRoot' instead of sometimes 'RevertToParent' --- src/Screen.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/Screen.h') diff --git a/src/Screen.h b/src/Screen.h index 8d5b09b8..d496914b 100644 --- a/src/Screen.h +++ b/src/Screen.h @@ -53,6 +53,10 @@ #include "Image.h" #include "Resource.h" +#include +typedef std::list menuList; +typedef std::list netList; + // forward declaration class BScreen; @@ -109,8 +113,8 @@ private: Iconmenu *iconmenu; Rootmenu *rootmenu; - LinkedList *rootmenuList; - LinkedList *netizenList; + menuList rootmenuList; + netList netizenList; LinkedList *iconList; #ifdef SLIT -- cgit v1.2.3