mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 21:05:58 +01:00
backend/drm: drop extra wlr_output_update_enabled call
drm_connector_set_mode already takes care of keeping this up-to-date.
This commit is contained in:
parent
80467f6ae8
commit
1a2e82e327
1 changed files with 0 additions and 1 deletions
|
@ -369,7 +369,6 @@ static bool drm_crtc_page_flip(struct wlr_drm_connector *conn) {
|
||||||
}
|
}
|
||||||
|
|
||||||
conn->pageflip_pending = true;
|
conn->pageflip_pending = true;
|
||||||
wlr_output_update_enabled(&conn->output, true);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue