[wip] Add dmabuf feedback

Fixes #1268
This commit is contained in:
Consolatis 2023-12-04 06:12:37 +01:00
parent 118a62cb56
commit a26026f708
2 changed files with 23 additions and 2 deletions

View file

@ -209,6 +209,7 @@ struct server {
char pending_output_name[4096];
} headless;
struct wlr_session *session;
struct wlr_linux_dmabuf_v1 *linux_dmabuf;
struct wlr_xdg_shell *xdg_shell;
struct wlr_layer_shell_v1 *layer_shell;