aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/server.h
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-03-31 00:13:26 -0400
committerLibravatar emersion <contact@emersion.fr>2018-03-31 00:24:38 -0400
commitb237fa0b22d36e52fc0be7fe785e02ea1d2456f7 (patch)
tree122d850bff4e052b5f76238d5c8d38346a1291fc /include/sway/server.h
parentUse wlr_surface_point_accepts_input (diff)
downloadsway-b237fa0b22d36e52fc0be7fe785e02ea1d2456f7.tar.gz
sway-b237fa0b22d36e52fc0be7fe785e02ea1d2456f7.tar.zst
sway-b237fa0b22d36e52fc0be7fe785e02ea1d2456f7.zip
Set xwayland cursor
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