mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
output: introduce wlr_output_finish()
This commit is contained in:
parent
7963ba6a0d
commit
d5d650f9f6
6 changed files with 22 additions and 7 deletions
|
|
@ -1215,6 +1215,8 @@ static void dealloc_crtc(struct wlr_drm_connector *conn);
|
|||
static void drm_connector_destroy_output(struct wlr_output *output) {
|
||||
struct wlr_drm_connector *conn = get_drm_connector_from_output(output);
|
||||
|
||||
wlr_output_finish(output);
|
||||
|
||||
dealloc_crtc(conn);
|
||||
|
||||
conn->status = DRM_MODE_DISCONNECTED;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue