]> Dogcows Code - chaz/openbox/blobdiff - openbox/session.h
put back the check for the window type when restoring the session. if you only have...
[chaz/openbox] / openbox / session.h
index ddf6f7768bdd9d245b061af7dc0bfd271ba11590..97e55a3b1fe8301b04b8eb709a42c72756c518d0 100644 (file)
@@ -27,6 +27,7 @@ typedef struct _ObSessionState ObSessionState;
 
 struct _ObSessionState {
     gchar *id, *command, *name, *class, *role;
+    ObClientType type;
     guint desktop;
     gint x, y, w, h;
     gboolean shaded, iconic, skip_pager, skip_taskbar, fullscreen;
This page took 0.020742 seconds and 4 git commands to generate.