diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-22 03:03:07 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-22 03:03:07 +0000 |
| commit | 8679fbba8f55c17114e53651ec4a1c154a2aae40 (patch) | |
| tree | 73392cebc945570c6d4d75847cde65b6a507ee24 /openbox/session.h | |
| parent | b9056e96b8512c64830374baa9c4d34449cfa64e (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.h | 1 |
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; |
