| 103 GList *workspaces; |
103 GList *workspaces; |
| 104 GList *tagged; /* tagged windows */ |
104 GList *tagged; /* tagged windows */ |
| 105 GntWS *cws; |
105 GntWS *cws; |
| 106 |
106 |
| 107 GntListWindow _list; |
107 GntListWindow _list; |
| 108 GntListWindow *windows, /* Window-list window */ |
108 GntListWindow *windows; /* Window-list window */ |
| 109 GntListWindow *actions; /* Action-list window */ |
109 GntListWindow *actions; /* Action-list window */ |
| 110 |
110 |
| 111 GHashTable *nodes; /* GntWidget -> GntNode */ |
111 GHashTable *nodes; /* GntWidget -> GntNode */ |
| 112 GHashTable *name_places; /* window name -> ws*/ |
112 GHashTable *name_places; /* window name -> ws*/ |
| 113 GHashTable *title_places; /* window title -> ws */ |
113 GHashTable *title_places; /* window title -> ws */ |