mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
wlr_output: Introduce struct wlr_output_commit
This commit is contained in:
parent
1b0694b794
commit
c299c13d13
12 changed files with 145 additions and 49 deletions
|
|
@ -16,6 +16,7 @@ struct wlr_headless_backend {
|
|||
|
||||
struct wlr_headless_output {
|
||||
struct wlr_output wlr_output;
|
||||
struct wlr_output_commit commit;
|
||||
|
||||
struct wlr_headless_backend *backend;
|
||||
struct wl_list link;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue