aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-03-31 00:35:50 -0400
committerFurkan Sahin <furkan-dev@proton.me>2018-03-31 00:35:50 -0400
commit212f076d54461e97be36b2e3323bae8563b9b80f (patch)
tree7df0cfeafe5a0559244b8981ecc1f7ec52a373fa /include
parent3f8518beda9b448d1e3de5b0a39389ff969f46ee (diff)
parentab3f04c4a7f00dcb42825f2804131c89fb38bd4f (diff)
Merge pull request #1678 from emersion/xwayland-xcursor
Set xwayland cursor
Diffstat (limited to 'include')
-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 {
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;