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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index 0e4ec2be..1eb308a4 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -120,6 +120,8 @@ struct sway_server {
120 struct wl_listener xdg_activation_v1_request_activate; 120 struct wl_listener xdg_activation_v1_request_activate;
121 struct wl_listener xdg_activation_v1_new_token; 121 struct wl_listener xdg_activation_v1_new_token;
122 122
123 struct wl_listener request_set_cursor_shape;
124
123 struct wl_list pending_launcher_ctxs; // launcher_ctx::link 125 struct wl_list pending_launcher_ctxs; // launcher_ctx::link
124 126
125 // The timeout for transactions, after which a transaction is applied 127 // The timeout for transactions, after which a transaction is applied