mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
backend/drm: don't unset mode/CRTC when disabling output
Closes: https://github.com/swaywm/wlroots/issues/2203
This commit is contained in:
parent
dcae6f1431
commit
bfd7625813
4 changed files with 36 additions and 37 deletions
|
|
@ -43,7 +43,6 @@ struct wlr_drm_plane {
|
|||
};
|
||||
|
||||
struct wlr_drm_crtc_state {
|
||||
bool active;
|
||||
struct wlr_drm_mode *mode;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue