mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-26 01:40:35 -05:00
backend/drm: drop wl_display argument
We can grab the event loop from the wlr_session instead.
This commit is contained in:
parent
b62ac611c8
commit
54f9944b48
7 changed files with 15 additions and 37 deletions
|
|
@ -91,10 +91,8 @@ struct wlr_drm_backend {
|
|||
size_t num_planes;
|
||||
struct wlr_drm_plane *planes;
|
||||
|
||||
struct wl_display *display;
|
||||
struct wl_event_source *drm_event;
|
||||
|
||||
struct wl_listener display_destroy;
|
||||
struct wl_listener session_destroy;
|
||||
struct wl_listener session_active;
|
||||
struct wl_listener parent_destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue