mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Refactor out wlr_output_mode_state
This commit is contained in:
parent
f11b38f97a
commit
c8c6619146
3 changed files with 13 additions and 16 deletions
|
|
@ -133,8 +133,8 @@ enum wlr_drm_output_state {
|
|||
WLR_DRM_OUTPUT_CONNECTED,
|
||||
};
|
||||
|
||||
struct wlr_output_mode_state {
|
||||
struct wlr_wl_output_mode *wlr_mode;
|
||||
struct wlr_drm_output_mode {
|
||||
struct wlr_output_mode wlr_mode;
|
||||
drmModeModeInfo mode;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue