X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fcommands.h;h=16b7e146175dff6f6541e313eb01c68392dc0af0;hb=9940571069336e9b9a60dc2f95ea3a329a3c7c5e;hp=ccb555a4a5bcaf1210eebb612447f04f001daefc;hpb=116294cc418165f32e67a61612b4614fbc9bc74f;p=i3%2Fi3 diff --git a/include/commands.h b/include/commands.h index ccb555a4..16b7e146 100644 --- a/include/commands.h +++ b/include/commands.h @@ -2,7 +2,7 @@ * vim:ts=4:sw=4:expandtab * * i3 - an improved dynamic tiling window manager - * © 2009-2012 Michael Stapelberg and contributors (see also: LICENSE) + * © 2009 Michael Stapelberg and contributors (see also: LICENSE) * * commands.c: all command functions (see commands_parser.c) * @@ -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 []', 'border none|1pixel|toggle'. * */ void cmd_border(I3_CMD, char *border_style_str, char *border_width); @@ -258,6 +258,12 @@ void cmd_move_window_to_position(I3_CMD, char *method, char *x, char *y); */ void cmd_move_window_to_center(I3_CMD, char *method); +/** + * Implementation of 'move [window|container] [to] position mouse' + * + */ +void cmd_move_window_to_mouse(I3_CMD); + /** * Implementation of 'move scratchpad'. *