From 717e9ef581024d327fd6c21afce20ba216339b72 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 4 Oct 2022 09:46:47 +0200 Subject: ipc: add view content type References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3599 --- include/sway/server.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sway/server.h') 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 { struct wlr_input_method_manager_v2 *input_method; struct wlr_text_input_manager_v3 *text_input; struct wlr_foreign_toplevel_manager_v1 *foreign_toplevel_manager; + struct wlr_content_type_manager_v1 *content_type_manager_v1; struct wlr_xdg_activation_v1 *xdg_activation_v1; struct wl_listener xdg_activation_v1_request_activate; -- cgit v1.2.3-54-g00ecf