mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
options: print warning for --vsync-aggressive
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
615a3b43fc
commit
45d8e991cb
1 changed files with 1 additions and 0 deletions
|
@ -354,6 +354,7 @@ static const struct option longopts[] = {
|
||||||
{"dbe", no_argument, NULL, 272},
|
{"dbe", no_argument, NULL, 272},
|
||||||
{"paint-on-overlay", no_argument, NULL, 273},
|
{"paint-on-overlay", no_argument, NULL, 273},
|
||||||
{"sw-opti", no_argument, NULL, 274},
|
{"sw-opti", no_argument, NULL, 274},
|
||||||
|
{"vsync-aggressive", no_argument, NULL, 275},
|
||||||
{"use-ewmh-active-win", no_argument, NULL, 276},
|
{"use-ewmh-active-win", no_argument, NULL, 276},
|
||||||
{"respect-prop-shadow", no_argument, NULL, 277},
|
{"respect-prop-shadow", no_argument, NULL, 277},
|
||||||
{"unredir-if-possible", no_argument, NULL, 278},
|
{"unredir-if-possible", no_argument, NULL, 278},
|
||||||
|
|
Loading…
Reference in a new issue