Add support for linux-dmabuf surface hints

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/1376
This commit is contained in:
Simon Ser 2021-06-07 18:58:20 +02:00 committed by Simon Zeni
parent 8a3026337f
commit 4732325f59
4 changed files with 95 additions and 1 deletions

View file

@ -41,6 +41,8 @@ struct sway_server {
struct wlr_compositor *compositor;
struct wl_listener compositor_new_surface;
struct wlr_linux_dmabuf_v1 *linux_dmabuf_v1;
struct wlr_data_device_manager *data_device_manager;
struct sway_input_manager *input;