]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
restore the stacking order of a saved session
[chaz/openbox] / openbox / client.h
index 080225cfaf3a8adcfbe85ad02fb6bf9fb6ef2c38..eec1b7546a8db7b76dadaa44a2330d6959a06035 100644 (file)
@@ -12,6 +12,7 @@
 
 struct _ObFrame;
 struct _ObGroup;
+struct _ObSessionState;
 
 typedef struct _ObClient     ObClient;
 typedef struct _ObClientIcon ObClientIcon;
@@ -67,6 +68,10 @@ struct _ObClient
 
     /*! The id of the group the window belongs to */
     struct _ObGroup *group;
+
+    /*! Saved session data to apply to this client */
+    struct _ObSessionState *session;
+
     /*! Whether or not the client is a transient window. This is guaranteed to 
       be TRUE if transient_for != NULL, but not guaranteed to be FALSE if
       transient_for == NULL. */
This page took 0.020143 seconds and 4 git commands to generate.