Working commit

This commit is contained in:
Scott Anderson 2017-05-14 01:12:47 +12:00
parent c88f252580
commit 058b8bdf27
10 changed files with 133 additions and 13 deletions

View file

@ -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;