mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Add pointer to backend from DRM outputs
This commit is contained in:
parent
096249a2a1
commit
ec5b95e08f
2 changed files with 15 additions and 26 deletions
|
|
@ -121,6 +121,7 @@ struct wlr_drm_output_mode {
|
|||
|
||||
struct wlr_drm_output {
|
||||
struct wlr_output output;
|
||||
struct wlr_drm_backend *drm;
|
||||
|
||||
enum wlr_drm_output_state state;
|
||||
uint32_t connector;
|
||||
|
|
@ -135,8 +136,6 @@ struct wlr_drm_output {
|
|||
|
||||
drmModeCrtc *old_crtc;
|
||||
|
||||
struct wlr_drm_renderer *renderer;
|
||||
|
||||
bool pageflip_pending;
|
||||
struct wl_event_source *retry_pageflip;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue