Fix documentation for border styles.

This commit is contained in:
Ingo Bürk
2015-06-09 23:13:40 +02:00
parent 9571200baa
commit 9940571069
4 changed files with 26 additions and 17 deletions

View File

@ -67,7 +67,7 @@ void cmd_move_con_to_workspace_number(I3_CMD, char *which);
void cmd_resize(I3_CMD, char *way, char *direction, char *resize_px, char *resize_ppt);
/**
* Implementation of 'border normal|none|1pixel|toggle'.
* Implementation of 'border normal|pixel [<n>]', 'border none|1pixel|toggle'.
*
*/
void cmd_border(I3_CMD, char *border_style_str, char *border_width);