summaryrefslogtreecommitdiff
path: root/openbox/session.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-22 04:52:44 +0000
committerDana Jansens <danakj@orodu.net>2007-05-22 04:52:44 +0000
commit53309da211ec1a11c5eb452eb78bfb640d1701a1 (patch)
tree5698abd7668e9dc0e010ec64ef7d8b280186d1b7 /openbox/session.h
parent3cf852d5ac30c14dd72c5f1731675bb23cb0d6be (diff)
put back the check for the window type when restoring the session. if you only have 1 firefox window in the saved session, the check for duplicates won't help
Diffstat (limited to 'openbox/session.h')
-rw-r--r--openbox/session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/session.h b/openbox/session.h
index ddf6f776..97e55a3b 100644
--- a/openbox/session.h
+++ b/openbox/session.h
@@ -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;