server: add dmabuf feedback

Co-authored-by: Consolatis <35009135+Consolatis@users.noreply.github.com>
This commit is contained in:
Jens Peters 2024-10-13 14:13:01 +02:00 committed by Johan Malm
parent 84c811ee08
commit c4aa3fe3e6
2 changed files with 23 additions and 1 deletions

View file

@ -225,6 +225,7 @@ struct server {
struct wlr_backend *backend;
} 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;