aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/server.h
diff options
context:
space:
mode:
authorLibravatar Merlin Lex <merlin@gandalf.ardholen.net>2024-02-11 12:20:15 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2024-02-12 15:36:44 +0100
commit1b5515400d0e10c8e1205b88cfc0e46ecb5faa96 (patch)
treeb6ca6c061c6bb273f5d211dea6e86e3384118a13 /include/sway/server.h
parentconfig: use format_str() instead of hand-rolled snprintf() (diff)
downloadsway-1b5515400d0e10c8e1205b88cfc0e46ecb5faa96.tar.gz
sway-1b5515400d0e10c8e1205b88cfc0e46ecb5faa96.tar.zst
sway-1b5515400d0e10c8e1205b88cfc0e46ecb5faa96.zip
ext-foreign-toplevel-list: Implement protocol
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4543
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 adb62cda..7dbce0b7 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -7,6 +7,7 @@
7#include <wlr/render/wlr_renderer.h> 7#include <wlr/render/wlr_renderer.h>
8#include <wlr/types/wlr_compositor.h> 8#include <wlr/types/wlr_compositor.h>
9#include <wlr/types/wlr_data_device.h> 9#include <wlr/types/wlr_data_device.h>
10#include <wlr/types/wlr_ext_foreign_toplevel_list_v1.h>
10#include <wlr/types/wlr_input_method_v2.h> 11#include <wlr/types/wlr_input_method_v2.h>
11#include <wlr/types/wlr_foreign_toplevel_management_v1.h> 12#include <wlr/types/wlr_foreign_toplevel_management_v1.h>
12#include <wlr/types/wlr_drm_lease_v1.h> 13#include <wlr/types/wlr_drm_lease_v1.h>
@@ -116,6 +117,7 @@ struct sway_server {
116 struct wl_listener output_power_manager_set_mode; 117 struct wl_listener output_power_manager_set_mode;
117 struct wlr_input_method_manager_v2 *input_method; 118 struct wlr_input_method_manager_v2 *input_method;
118 struct wlr_text_input_manager_v3 *text_input; 119 struct wlr_text_input_manager_v3 *text_input;
120 struct wlr_ext_foreign_toplevel_list_v1 *foreign_toplevel_list;
119 struct wlr_foreign_toplevel_manager_v1 *foreign_toplevel_manager; 121 struct wlr_foreign_toplevel_manager_v1 *foreign_toplevel_manager;
120 struct wlr_content_type_manager_v1 *content_type_manager_v1; 122 struct wlr_content_type_manager_v1 *content_type_manager_v1;
121 struct wlr_data_control_manager_v1 *data_control_manager_v1; 123 struct wlr_data_control_manager_v1 *data_control_manager_v1;