]> Dogcows Code - chaz/openbox/blobdiff - openbox/session.h
save and restore the desktop number/layout/names in the session.
[chaz/openbox] / openbox / session.h
index 97e55a3b1fe8301b04b8eb709a42c72756c518d0..b4ce6d917a156c775c02ce72f832fcec0cf8a3eb 100644 (file)
@@ -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;
 
This page took 0.020753 seconds and 4 git commands to generate.