]> git.sur5r.net Git - i3/i3/blobdiff - include/output.h
Merge pull request #1636 from Deiz/update-notices
[i3/i3] / include / output.h
index 10ee7d1740ac4d4f96ee7dca366063713ab06511..e0125c06f74540d7c6ef96e4d655dd52a139ecc9 100644 (file)
@@ -2,7 +2,7 @@
  * vim:ts=4:sw=4:expandtab
  *
  * i3 - an improved dynamic tiling window manager
- * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE)
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
  *
  * output.c: Output (monitor) related functions.
  *
  *
  */
 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);