mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-03 09:01:40 -05:00
backend/drm: drop wlr_drm_connector.desired_mode
Previously used by attempt_enable_needs_modeset, but this has been dropped in the previous commit.
This commit is contained in:
parent
b01d97a38f
commit
42dba9dc90
2 changed files with 0 additions and 5 deletions
|
|
@ -117,7 +117,6 @@ struct wlr_drm_connector {
|
|||
struct wlr_drm_backend *backend;
|
||||
char name[24];
|
||||
enum wlr_drm_connector_status status;
|
||||
struct wlr_output_mode *desired_mode;
|
||||
bool desired_enabled;
|
||||
uint32_t id;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue