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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index 61f21cdb..296fbf22 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -33,6 +33,7 @@ struct sway_server {
33 struct wl_listener xdg_shell_v6_surface; 33 struct wl_listener xdg_shell_v6_surface;
34 34
35 struct wlr_xwayland *xwayland; 35 struct wlr_xwayland *xwayland;
36 struct wlr_xcursor_manager *xcursor_manager;
36 struct wl_listener xwayland_surface; 37 struct wl_listener xwayland_surface;
37 struct wl_listener xwayland_ready; 38 struct wl_listener xwayland_ready;
38 39