aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-06-07 18:58:20 +0200
committerFurkan Sahin <furkan-dev@proton.me>2021-06-07 18:58:20 +0200
commit15c54890985b9947dd9ea3a9e8532bd2c8dd29ac (patch)
treec69c8a5b42add24208a1b81b4cfda93459be026c /include
parentb7c9e6228cefd90bba90f8e7bd38169e45990ccc (diff)
Add support for linux-dmabuf surface hints
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/1376
Diffstat (limited to 'include')
-rw-r--r--include/sway/server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index 7ac2af26..0bd860b2 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -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;