X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fmove.h;h=939665ec41f09b73cb2be7cce20dc598a5dfb5fe;hb=c2b6b06da7db49bd3ecd6fa1561ef2b407ff64a3;hp=5c8a7d20f2ad7ce2d0d55271548af987a945b909;hpb=c9362325454fe1fea000be277ba736bfe813df14;p=i3%2Fi3 diff --git a/include/move.h b/include/move.h index 5c8a7d20..939665ec 100644 --- a/include/move.h +++ b/include/move.h @@ -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);