X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fcommands.h;h=0137460feae0624218af57ec10d2426ab6b5dc6b;hb=e4d2b385529847b926a716731be4a8c22ed79007;hp=aaa0875fbf399380b503545bcadd816d148ac198;hpb=7411dfa5efc0c6035e7c644cd9c64166f516e81a;p=i3%2Fi3 diff --git a/include/commands.h b/include/commands.h index aaa0875f..0137460f 100644 --- a/include/commands.h +++ b/include/commands.h @@ -216,7 +216,7 @@ void cmd_sticky(I3_CMD, const char *action); * Implementation of 'move [ [px]]'. * */ -void cmd_move_direction(I3_CMD, const char *direction, long move_px); +void cmd_move_direction(I3_CMD, const char *direction_str, long move_px); /** * Implementation of 'layout default|stacked|stacking|tabbed|splitv|splith'. @@ -314,13 +314,13 @@ void cmd_rename_workspace(I3_CMD, const char *old_name, const char *new_name); */ void cmd_bar(I3_CMD, const char *bar_type, const char *bar_value, const char *bar_id); -/* +/** * Implementation of 'shmlog |toggle|on|off' * */ void cmd_shmlog(I3_CMD, const char *argument); -/* +/** * Implementation of 'debuglog toggle|on|off' * */