diff options
Diffstat (limited to 'openbox/session.h')
| -rw-r--r-- | openbox/session.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openbox/session.h b/openbox/session.h index 8663fce2..97e55a3b 100644 --- a/openbox/session.h +++ b/openbox/session.h @@ -19,14 +19,15 @@ #ifndef __ob__session_h #define __ob__session_h -#include <glib.h> +#include "client.h" -struct _ObClient; +#include <glib.h> 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; |
