]> git.sur5r.net Git - i3/i3/blobdiff - include/move.h
Make command `move [direction]` work with criteria
[i3/i3] / include / move.h
index 5c8a7d20f2ad7ce2d0d55271548af987a945b909..939665ec41f09b73cb2be7cce20dc598a5dfb5fe 100644 (file)
@@ -10,8 +10,8 @@
 #pragma once
 
 /**
- * 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);