]> git.sur5r.net Git - i3/i3/blobdiff - include/workspace.h
Merge pull request #1521 from Airblader/feature-use-refactored-function
[i3/i3] / include / workspace.h
index 9ee6f156674976275f37220d46e4aa594b8459b8..d0f801e0039240195496c6d3245f0ff9540e43d9 100644 (file)
@@ -179,3 +179,10 @@ Con *workspace_attach_to(Con *ws);
  * The container inherits the layout from the workspace.
  */
 Con *workspace_encapsulate(Con *ws);
+
+/**
+ * Move the given workspace to the specified output.
+ * This returns true if and only if moving the workspace was successful.
+ *
+ */
+bool workspace_move_to_output(Con *ws, char *output);