Minimal working headless output

This commit is contained in:
emersion 2017-12-17 13:35:07 +01:00
parent 3970264ccf
commit b852fb9a2b
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 51 additions and 8 deletions

View file

@ -20,6 +20,7 @@ struct wlr_headless_backend_output {
struct wl_list link;
void *egl_surface;
struct wl_event_source *frame_timer;
};
#endif