]> git.sur5r.net Git - i3/i3/blobdiff - include/con.h
refactor tree_move() into src/move.c, change config (!), change testcase
[i3/i3] / include / con.h
index de53721850e9ccbf800a4400445868cf9be1dab6..d5dc74e79d7cc6d2d6f1241a61c98940c809525d 100644 (file)
@@ -42,6 +42,9 @@ Con *con_get_output(Con *con);
  */
 Con *con_get_workspace(Con *con);
 
+
+Con *con_parent_with_orientation(Con *con, orientation_t orientation);
+
 /**
  * Returns the first fullscreen node below this node.
  *