Remove one undocumented option

Removed --reredir-on-root-change

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-02-25 00:26:54 +00:00
parent f16d00a6a2
commit 59ca5c9628
3 changed files with 0 additions and 12 deletions

View File

@ -826,14 +826,6 @@ void configure_root(session_t *ps, int width, int height) {
}
ps->damage = ps->damage_ring + ps->ndamage - 1;
// Re-redirect screen if required
if (ps->o.reredir_on_root_change && ps->redirected) {
redir_stop(ps);
if (!redir_start(ps)) {
return;
}
}
// Invalidate reg_ignore from the top
rc_region_unref(&ps->list->reg_ignore);
ps->list->reg_ignore_valid = false;