mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
Pop the second pointer track argument.
This commit is contained in:
parent
72a7a4d44a
commit
0df10316d4
1 changed files with 1 additions and 0 deletions
|
@ -739,6 +739,7 @@ int cmd_pointer(char **args, int num)
|
|||
track_pointer(x, y);
|
||||
else
|
||||
return MSG_FAILURE;
|
||||
num--, args++;
|
||||
} else if (streq("-g", *args) || streq("--grab", *args)) {
|
||||
num--, args++;
|
||||
if (num < 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue