summaryrefslogtreecommitdiff
path: root/openbox/session.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-06 11:14:20 +0000
committerDana Jansens <danakj@orodu.net>2007-05-06 11:14:20 +0000
commit3c4d73c48403198a7d2db8d36a6174082840b58d (patch)
treecee49cbf07ed780cafd37bfca318aec1bfc21e2a /openbox/session.h
parent0fc06816aaa8fcbec2effd7f0981ea6529c8145c (diff)
save session state for old clients that dont use XSMP. more session improvements. with ksmserver we can save a few things before the clients go messing with stuff during the interactive phase.
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;