]> Dogcows Code - chaz/openbox/blobdiff - openbox/session.h
a little check that catches firefox and other buggy apps, which set the same wmcomman...
[chaz/openbox] / openbox / session.h
index 8663fce2973110d34688312ac1c5529b03d1307c..97e55a3b1fe8301b04b8eb709a42c72756c518d0 100644 (file)
 #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;
This page took 0.020179 seconds and 4 git commands to generate.