aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/server.h')
-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;