aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/server.h
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-10-04 09:46:47 +0200
committerLibravatar Simon Zeni <simon@bl4ckb0ne.ca>2022-11-15 11:06:51 -0500
commit717e9ef581024d327fd6c21afce20ba216339b72 (patch)
treeda3bd287dbdeca433120cfe802a34f5d9889fa36 /include/sway/server.h
parentListen to the output request_state event (diff)
downloadsway-717e9ef581024d327fd6c21afce20ba216339b72.tar.gz
sway-717e9ef581024d327fd6c21afce20ba216339b72.tar.zst
sway-717e9ef581024d327fd6c21afce20ba216339b72.zip
ipc: add view content type
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3599
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 6a5a60c8..2d796d04 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -110,6 +110,7 @@ struct sway_server {
110 struct wlr_input_method_manager_v2 *input_method; 110 struct wlr_input_method_manager_v2 *input_method;
111 struct wlr_text_input_manager_v3 *text_input; 111 struct wlr_text_input_manager_v3 *text_input;
112 struct wlr_foreign_toplevel_manager_v1 *foreign_toplevel_manager; 112 struct wlr_foreign_toplevel_manager_v1 *foreign_toplevel_manager;
113 struct wlr_content_type_manager_v1 *content_type_manager_v1;
113 114
114 struct wlr_xdg_activation_v1 *xdg_activation_v1; 115 struct wlr_xdg_activation_v1 *xdg_activation_v1;
115 struct wl_listener xdg_activation_v1_request_activate; 116 struct wl_listener xdg_activation_v1_request_activate;