1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-11-25 14:06:08 -05:00

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:
Yuxuan Shui 2018-10-16 17:16:18 +01:00
parent f84336a9b7
commit 0b866fb17f

View file

@ -2301,6 +2301,7 @@ configure_win(session_t *ps, xcb_configure_notify_event_t *ce) {
pixman_region32_fini(&new_extents);
if (factor_change) {
win_on_factor_change(ps, w);
add_damage(ps, &damage);
cxinerama_win_upd_scr(ps, w);
}