diff options
Diffstat (limited to 'openbox/session.h')
| -rw-r--r-- | openbox/session.h | 1 |
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; |
