options: don't disable rounded corner for new backends

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2021-10-23 12:24:21 +01:00
parent 1fec938740
commit 6d72bf2974
No known key found for this signature in database
GPG Key ID: D3A4405BE6CC17F4
1 changed files with 0 additions and 6 deletions

View File

@ -1013,12 +1013,6 @@ bool get_cfg(options_t *opt, int argc, char *const *argv, bool shadow_enable,
"properly under X Render backend.");
}
if (opt->corner_radius > 0 && opt->experimental_backends) {
log_warn("Rounded corner is only supported on legacy backends, it "
"will be disabled");
opt->corner_radius = 0;
}
return true;
}