]> git.sur5r.net Git - i3/i3/blobdiff - include/randr.h
Merge branch 'master' into next
[i3/i3] / include / randr.h
index d14d04788aeb7ea283b66ff085f9af0b1a2ff6dd..9c09f2b1276b11f55e6fc306170bd9467cb34586 100644 (file)
@@ -91,4 +91,10 @@ Output *get_output_containing(int x, int y);
  */
 Output *get_output_most(direction_t direction, Output *current);
 
+/**
+ * Gets the output which is the next one in the given direction.
+ *
+ */
+Output *get_output_next(direction_t direction, Output *current);
+
 #endif