X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=inline;f=openbox%2Fsession.h;h=97e55a3b1fe8301b04b8eb709a42c72756c518d0;hb=96fbc0c6229ff2f13a102da603339472c176bc0b;hp=cbfd517774df74f74b9f30664f875a49fc6dc6d9;hpb=1bf9de380991206d4afa104cd31c567583f288c2;p=chaz%2Fopenbox diff --git a/openbox/session.h b/openbox/session.h index cbfd5177..97e55a3b 100644 --- a/openbox/session.h +++ b/openbox/session.h @@ -19,14 +19,15 @@ #ifndef __ob__session_h #define __ob__session_h -#include +#include "client.h" -struct _ObClient; +#include typedef struct _ObSessionState ObSessionState; struct _ObSessionState { - gchar *id, *name, *class, *role; + gchar *id, *command, *name, *class, *role; + ObClientType type; guint desktop; gint x, y, w, h; gboolean shaded, iconic, skip_pager, skip_taskbar, fullscreen;