diff options
author | emersion <contact@emersion.fr> | 2018-03-31 00:13:26 -0400 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-03-31 00:24:38 -0400 |
commit | b237fa0b22d36e52fc0be7fe785e02ea1d2456f7 (patch) | |
tree | 122d850bff4e052b5f76238d5c8d38346a1291fc /include/sway/server.h | |
parent | 212b5039927842f22295c95f4e0a4f914b243194 (diff) |
Set xwayland cursor
Diffstat (limited to 'include/sway/server.h')
-rw-r--r-- | include/sway/server.h | 1 |
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 { struct wl_listener xdg_shell_v6_surface; struct wlr_xwayland *xwayland; + struct wlr_xcursor_manager *xcursor_manager; struct wl_listener xwayland_surface; struct wl_listener xwayland_ready; |