]> git.sur5r.net Git - i3/i3/blobdiff - include/move.h
Introduce get_output_from_rect
[i3/i3] / include / move.h
index 5c8a7d20f2ad7ce2d0d55271548af987a945b909..64b12b80cc7b937c8c2773989fa312a41b43adda 100644 (file)
@@ -2,16 +2,18 @@
  * 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)
  *
  * move.c: Moving containers into some direction.
  *
  */
 #pragma once
 
+#include <config.h>
+
 /**
- * Moves the current container in the given direction (TOK_LEFT, TOK_RIGHT,
+ * Moves the given container in the given direction (TOK_LEFT, TOK_RIGHT,
  * TOK_UP, TOK_DOWN from cmdparse.l)
  *
  */
-void tree_move(int direction);
+void tree_move(Con *con, int direction);