]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
add an obscured flag that tracks if the frame is at all obscured
[chaz/openbox] / openbox / frame.h
index 6bb69599b8648d26d73152350533fd8df61c00fe..5072d091926e8a47650395df23d3728ea76157f2 100644 (file)
@@ -54,6 +54,10 @@ struct _ObFrame
     Strut     size;
     Rect      area;
     gboolean  visible;
+
+    /*! Whether the window is obscured at all or fully visible. */
+    gboolean obscured;
+
     guint     decorations;
 
     Window    title;
This page took 0.021458 seconds and 4 git commands to generate.