]> git.sur5r.net Git - i3/i3/blobdiff - include/output.h
Refactor functions for easy reuse
[i3/i3] / include / output.h
index 10ee7d1740ac4d4f96ee7dca366063713ab06511..6514c477fc7f5ca01b5e9e6daec629eb2877743d 100644 (file)
  *
  */
 Con *output_get_content(Con *output);
+
+/**
+ * Returns an 'output' corresponding to one of left/right/down/up or a specific
+ * output name.
+ *
+ */
+Output *get_output_from_string(Output *current_output, const char *output_str);