aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2021-06-07 18:58:20 +0200
committerLibravatar Simon Zeni <simon@bl4ckb0ne.ca>2021-12-13 09:59:33 -0600
commit4732325f591455f1e4bdcb35652505a8a636663a (patch)
treec69c8a5b42add24208a1b81b4cfda93459be026c /include
parentview: Fix null dereference (diff)
downloadsway-4732325f591455f1e4bdcb35652505a8a636663a.tar.gz
sway-4732325f591455f1e4bdcb35652505a8a636663a.tar.zst
sway-4732325f591455f1e4bdcb35652505a8a636663a.zip
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 {
41 struct wlr_compositor *compositor; 41 struct wlr_compositor *compositor;
42 struct wl_listener compositor_new_surface; 42 struct wl_listener compositor_new_surface;
43 43
44 struct wlr_linux_dmabuf_v1 *linux_dmabuf_v1;
45
44 struct wlr_data_device_manager *data_device_manager; 46 struct wlr_data_device_manager *data_device_manager;
45 47
46 struct sway_input_manager *input; 48 struct sway_input_manager *input;