Remove 'method' from cmd_move_window_to_position
For command: move window to [absolute] position X px Y px if the optional keyword 'absolute' is provided the end result is the same even though it is implemented differently. Only difference is that with absolute the floating window can move completely outside of any output. This commit removes the 'method' argument and only keeps the sane implementation.
This commit is contained in:
@ -264,7 +264,7 @@ void cmd_focus_output(I3_CMD, const char *name);
|
||||
* Implementation of 'move [window|container] [to] [absolute] position <px> [px] <px> [px]
|
||||
*
|
||||
*/
|
||||
void cmd_move_window_to_position(I3_CMD, const char *method, long x, long y);
|
||||
void cmd_move_window_to_position(I3_CMD, long x, long y);
|
||||
|
||||
/**
|
||||
* Implementation of 'move [window|container] [to] [absolute] position center
|
||||
|
Reference in New Issue
Block a user