summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-31 00:35:50 -0400
committerLibravatar GitHub <noreply@github.com>2018-03-31 00:35:50 -0400
commit6a1a94b87c7e3e3c7145087c23024f9039a8a08c (patch)
tree7df0cfeafe5a0559244b8981ecc1f7ec52a373fa /include
parentFree bar configs on reload and exit (diff)
parentSet xwayland cursor (diff)
downloadsway-6a1a94b87c7e3e3c7145087c23024f9039a8a08c.tar.gz
sway-6a1a94b87c7e3e3c7145087c23024f9039a8a08c.tar.zst
sway-6a1a94b87c7e3e3c7145087c23024f9039a8a08c.zip
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 {
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