make fullscreen windows more xinerama and multi-screen aware
[mikachu/openbox.git] / openbox / client.h
index 0efeb19..84da49a 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;