]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/outputs.h
i3bar: suspend the child when bars are fully obscured
[i3/i3] / i3bar / include / outputs.h
index e0beae89d6e2ef59bd6eff9bdbcae210881510aa..bd41e7767d247d3b75f1f014788f195008fdb4cd 100644 (file)
@@ -40,6 +40,7 @@ struct i3_output {
     char* name;   /* Name of the output */
     bool active;  /* If the output is active */
     bool primary; /* If it is the primary output */
+    bool visible; /* If the bar is visible on this output */
     int ws;       /* The number of the currently visible ws */
     rect rect;    /* The rect (relative to the root-win) */