Hot fix: trail when moving windows around
Call win_on_factor_change when window is moved. This does some duplicate work, but fix the problem for now.
This commit is contained in:
parent
f84336a9b7
commit
0b866fb17f
|
@ -2301,6 +2301,7 @@ configure_win(session_t *ps, xcb_configure_notify_event_t *ce) {
|
||||||
pixman_region32_fini(&new_extents);
|
pixman_region32_fini(&new_extents);
|
||||||
|
|
||||||
if (factor_change) {
|
if (factor_change) {
|
||||||
|
win_on_factor_change(ps, w);
|
||||||
add_damage(ps, &damage);
|
add_damage(ps, &damage);
|
||||||
cxinerama_win_upd_scr(ps, w);
|
cxinerama_win_upd_scr(ps, w);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue