Varible session_state moved to global namespace

The variable session_state, defined in screen.h (WScreen), is moved to
the global variable w_global.

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
This commit is contained in:
Rodolfo García Peñas (kix)
2013-10-09 13:02:45 +01:00
committed by Carlos R. Mafra
parent d27ce03780
commit 40e1ea08b8
7 changed files with 44 additions and 44 deletions
+3
View File
@@ -560,6 +560,9 @@ extern struct wmaker_global_variables {
XContext stack;
} context;
/* Session related */
WMPropList *session_state;
/* Application related */
struct WAppIcon *app_icon_list; /* list of all aplication icons */