]> git.sur5r.net Git - i3/i3/blobdiff - include/output.h
Merge pull request #1931 from Airblader/bug-1924
[i3/i3] / include / output.h
index e0125c06f74540d7c6ef96e4d655dd52a139ecc9..8299a19bc1ddefd6fb7f37cec5f3bfbd4635e499 100644 (file)
@@ -21,3 +21,10 @@ Con *output_get_content(Con *output);
  *
  */
 Output *get_output_from_string(Output *current_output, const char *output_str);
+
+/**
+ * Iterates over all outputs and pushes sticky windows to the currently visible
+ * workspace on that output.
+ *
+ */
+void output_push_sticky_windows(Con *to_focus);