mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
backend/drm: damage outputs when switching CRTCs
This commit is contained in:
parent
1342393632
commit
8a6bdc193d
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue