mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Minimal working headless output
This commit is contained in:
parent
3970264ccf
commit
b852fb9a2b
3 changed files with 51 additions and 8 deletions
|
|
@ -20,6 +20,7 @@ struct wlr_headless_backend_output {
|
|||
struct wl_list link;
|
||||
|
||||
void *egl_surface;
|
||||
struct wl_event_source *frame_timer;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue