]> git.sur5r.net Git - i3/i3/blob - include/move.h
refactor tree_move() into src/move.c, change config (!), change testcase
[i3/i3] / include / move.h
1 /*
2  * vim:ts=4:sw=4:expandtab
3  */
4
5 #ifndef _MOVE_H
6 #define _MOVE_H
7
8 /**
9  * Moves the current container in the given direction (TOK_LEFT, TOK_RIGHT,
10  * TOK_UP, TOK_DOWN from cmdparse.l)
11  *
12  */
13 void tree_move(int direction);
14
15 #endif