]> git.sur5r.net Git - i3/i3/blobdiff - include/move.h
Merge branch 'master' into next
[i3/i3] / include / move.h
index 22b6e809ef05b558a475ea8a7bfa5fb476a6e015..939665ec41f09b73cb2be7cce20dc598a5dfb5fe 100644 (file)
@@ -7,14 +7,11 @@
  * move.c: Moving containers into some direction.
  *
  */
-#ifndef _MOVE_H
-#define _MOVE_H
+#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);
-
-#endif
+void tree_move(Con *con, int direction);