parser: implement move

This commit is contained in:
Michael Stapelberg
2010-06-30 22:23:32 +02:00
parent 565ef78b12
commit 6d152103f5
3 changed files with 42 additions and 0 deletions

View File

@ -19,4 +19,6 @@ enum { WINDOW_ADD = 0, WINDOW_REMOVE = 1 };
void con_fix_percent(Con *con, int action);
void con_toggle_fullscreen(Con *con);
void con_move_to_workspace(Con *con, Con *workspace);
#endif