summaryrefslogtreecommitdiff
path: root/openbox/session.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-22 03:03:07 +0000
committerDana Jansens <danakj@orodu.net>2007-05-22 03:03:07 +0000
commit8679fbba8f55c17114e53651ec4a1c154a2aae40 (patch)
tree73392cebc945570c6d4d75847cde65b6a507ee24 /openbox/session.h
parentb9056e96b8512c64830374baa9c4d34449cfa64e (diff)
when restoring the session, dont restore windows which appear more than once in the session with the same identifiers, because we can;t tell them apart
Diffstat (limited to 'openbox/session.h')
-rw-r--r--openbox/session.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/session.h b/openbox/session.h
index 97e55a3b..ddf6f776 100644
--- a/openbox/session.h
+++ b/openbox/session.h
@@ -27,7 +27,6 @@ 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;