mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-03 09:01:40 -05:00
Working commit
This commit is contained in:
parent
c88f252580
commit
058b8bdf27
10 changed files with 133 additions and 13 deletions
|
|
@ -23,6 +23,9 @@ struct wlr_backend_state {
|
|||
struct wlr_backend *backend;
|
||||
struct wl_event_source *drm_event;
|
||||
|
||||
struct wl_listener device_paused;
|
||||
struct wl_listener device_resumed;
|
||||
|
||||
uint32_t taken_crtcs;
|
||||
list_t *outputs;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue