backend/drm: damage outputs when switching CRTCs

This commit is contained in:
emersion 2018-09-04 23:10:37 +02:00
parent 1342393632
commit 8a6bdc193d
1 changed files with 2 additions and 0 deletions

View File

@ -835,6 +835,8 @@ void realloc_crtcs(struct wlr_drm_backend *drm, bool *changed_outputs) {
}
drm_connector_start_renderer(conn);
wlr_output_damage_whole(&conn->output);
}
}