]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
make fullscreen windows more xinerama and multi-screen aware
[chaz/openbox] / openbox / client.h
index 0efeb1975332c287d18166d7d4134a2a4a26a4e9..84da49a3ef697493ed4c2e92d6dfb90722b817fc 100644 (file)
@@ -304,6 +304,9 @@ struct _ObClient
 
     /*! Where the window should iconify to/from */
     Rect icon_geometry;
+
+    /*! A boolean used for algorithms which need to mark clients as visited */
+    gboolean visited;
 };
 
 extern GList      *client_list;
This page took 0.020555 seconds and 4 git commands to generate.