From 1e757dcfad203eade1b858bbf05e180b11b372ef Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Mon, 24 Jan 2022 18:06:28 +0000 Subject: [PATCH] Remove the vsync-aggressive flag Deprecated since v6. Signed-off-by: Yuxuan Shui --- src/options.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index fa39d88..093ce4c 100644 --- a/src/options.c +++ b/src/options.c @@ -691,8 +691,9 @@ bool get_cfg(options_t *opt, int argc, char *const *argv, bool shadow_enable, break; case 275: // --vsync-aggressive - log_warn("--vsync-aggressive has been deprecated, please remove it" + log_error("--vsync-aggressive has been removed, please remove it" " from the command line options"); + failed = true; break; P_CASEBOOL(276, use_ewmh_active_win); case 277: