summaryrefslogtreecommitdiff
path: root/openbox/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/session.h')
-rw-r--r--openbox/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/session.h b/openbox/session.h
index cbfd5177..8663fce2 100644
--- a/openbox/session.h
+++ b/openbox/session.h
@@ -26,7 +26,7 @@ struct _ObClient;
typedef struct _ObSessionState ObSessionState;
struct _ObSessionState {
- gchar *id, *name, *class, *role;
+ gchar *id, *command, *name, *class, *role;
guint desktop;
gint x, y, w, h;
gboolean shaded, iconic, skip_pager, skip_taskbar, fullscreen;