From 53309da211ec1a11c5eb452eb78bfb640d1701a1 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 22 May 2007 04:52:44 +0000 Subject: 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 --- openbox/session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/session.h') 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; -- cgit v1.2.3