diff options
Diffstat (limited to 'openbox/session.h')
| -rw-r--r-- | openbox/session.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openbox/session.h b/openbox/session.h index 97e55a3b..b4ce6d91 100644 --- a/openbox/session.h +++ b/openbox/session.h @@ -20,6 +20,7 @@ #define __ob__session_h #include "client.h" +#include "screen.h" #include <glib.h> @@ -40,6 +41,10 @@ struct _ObSessionState { /*! The desktop being viewed when the session was saved. A valud of -1 means it was not saved */ extern gint session_desktop; +extern gint session_num_desktops; +extern gboolean session_desktop_layout_present; +extern ObDesktopLayout session_desktop_layout; +extern GSList *session_desktop_names; extern GList *session_saved_state; |
