]> git.sur5r.net Git - i3/i3/blobdiff - include/con.h
Merge pull request #3368 from orestisf1993/render_root
[i3/i3] / include / con.h
index 58123a87f719b95518ccd48cc06fb9a462a21b1c..672d80ac882ed6049ba48b852d70d616f29f7255 100644 (file)
@@ -120,6 +120,14 @@ Con *con_parent_with_orientation(Con *con, orientation_t orientation);
  */
 Con *con_get_fullscreen_con(Con *con, fullscreen_mode_t fullscreen_mode);
 
+/**
+ * Returns the fullscreen node that covers the given workspace if it exists.
+ * This is either a CF_GLOBAL fullscreen container anywhere or a CF_OUTPUT
+ * fullscreen container in the workspace.
+ *
+ */
+Con *con_get_fullscreen_covering_ws(Con *ws);
+
 /**
  * Returns true if the container is internal, such as __i3_scratch
  *