summaryrefslogtreecommitdiff
path: root/openbox/session.h
diff options
context:
space:
mode:
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;