X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fcommands.h;h=85d5fe78a9f27056e565c048d52e4edc806e9bbc;hb=b17e7b82c602b946594006bb3019f47bd8262f14;hp=9780f788b5bb53b308609df0818017e420d77024;hpb=7b6f592b71c7464d74ac1db2e1d61f47f8e30612;p=i3%2Fi3 diff --git a/include/commands.h b/include/commands.h index 9780f788..85d5fe78 100644 --- a/include/commands.h +++ b/include/commands.h @@ -66,7 +66,7 @@ void cmd_move_con_to_workspace_number(I3_CMD, const char *which, const char *no_ * Implementation of 'resize set [px] [px]'. * */ -void cmd_resize_set(I3_CMD, long cwidth, long cheight); +void cmd_resize_set(I3_CMD, long cwidth, const char *mode_width, long cheight, const char *mode_height); /** * Implementation of 'resize grow|shrink [ px] [or ppt]'.