From 8679fbba8f55c17114e53651ec4a1c154a2aae40 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 22 May 2007 03:03:07 +0000 Subject: 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 --- openbox/session.h | 1 - 1 file changed, 1 deletion(-) (limited to 'openbox/session.h') 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; -- cgit v1.2.3