Lines Matching refs:WList
39 typedef struct WList {
40 struct WList *next;
41 struct WList *prev;
53 } WList;
59 struct WList *first; /* first window in the list */
60 struct WList *last; /* last window in the list */
61 struct WList *active; /* the active entry */
74 extern WList *DownIconManager;
77 extern void ActiveIconManager(WList *active);
78 extern WList *AddIconManager(TwmWindow *tmp_win);
82 extern void DrawIconManagerBorder(WList *tmp);
85 extern void NotActiveIconManager(WList *active);