mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
options: use of respect-prop-shadow is now an error
Deprecated in v8. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
5e119123a7
commit
dc2d7b2876
1 changed files with 2 additions and 1 deletions
|
@ -523,9 +523,10 @@ bool get_cfg(options_t *opt, int argc, char *const *argv, bool shadow_enable,
|
|||
P_CASEBOOL(276, use_ewmh_active_win);
|
||||
case 277:
|
||||
// --respect-prop-shadow
|
||||
log_warn("--respect-prop-shadow option has been deprecated, its "
|
||||
log_error("--respect-prop-shadow option has been deprecated, its "
|
||||
"functionality will always be enabled. Please remove it "
|
||||
"from the command line options");
|
||||
failed = true;
|
||||
break;
|
||||
P_CASEBOOL(278, unredir_if_possible);
|
||||
case 279:
|
||||
|
|
Loading…
Reference in a new issue