aboutsummaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-08 13:04:53 +1100
committerallusive-dev <[email protected]>2023-11-08 13:04:53 +1100
commitc5e1978de02698f8eff33c0316ac1a0c4ed1581d (patch)
treea70c1bdc06e77196d1e7e2c3c3fbd3b28c230596 /src/options.c
parenttweak (diff)
downloadcompfy-c5e1978de02698f8eff33c0316ac1a0c4ed1581d.tar.xz
compfy-c5e1978de02698f8eff33c0316ac1a0c4ed1581d.zip
backtrack
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/options.c b/src/options.c
index e2fcd42..c98a77e 100644
--- a/src/options.c
+++ b/src/options.c
@@ -805,8 +805,7 @@ bool get_cfg(options_t *opt, int argc, char *const *argv, bool shadow_enable,
if (wm >= WM_SUPPORT_INVALID) {
log_warn("Invalid window manager %s, ignoring.", optarg);
} else {
- log_warn("wm-support is deprecated. Your window manager will now be detected and have patches applied automatically");
- opt->support_for_wm = WM_SUPPORT_NONE;
+ opt->support_for_wm = wm;
}
break;
}