]> git.sur5r.net Git - i3/i3/blobdiff - include/con.h
Allow workspace contents to be moved if there are only floating children
[i3/i3] / include / con.h
index 8b9ae9c78689be8625f9ced0fb9ad84c133fc220..5c104ebd687f045287732260803d03521c1bf5a3 100644 (file)
@@ -39,6 +39,12 @@ bool con_is_leaf(Con *con);
  */
 bool con_is_split(Con *con);
 
+/**
+ * Returns true if this node has regular or floating children.
+ *
+ */
+bool con_has_children(Con *con);
+
 /**
  * Returns true if this node accepts a window (if the node swallows windows,
  * it might already have swallowed enough and cannot hold any more).