X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fsession.h;h=b4ce6d917a156c775c02ce72f832fcec0cf8a3eb;hb=6f6ab8c442b1626a1cd28868900a00fe4bf8cb08;hp=97e55a3b1fe8301b04b8eb709a42c72756c518d0;hpb=3b8bcd3e3a5ccb94c8d0c832c671f1f845f2ce76;p=chaz%2Fopenbox 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 @@ -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;