aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2024-02-12 21:13:35 +0100
committerKirill Primak <vyivel@eclair.cafe>2025-01-21 20:26:19 +0300
commit8acb0482da68af69d52ab168f9e30e2464b9c7a3 (patch)
treee05aae50dc8afa670b35184a1c9b0e38d748a7e0 /include
parent30c858423dcdfb82d768a5025b5f00c19b250322 (diff)
Add ext-image-copy-capture-v1 and ext-image-capture-source-v1
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4545
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 ccf4a9cc..7b76eb90 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -106,6 +106,7 @@ struct sway_server {
struct wlr_content_type_manager_v1 *content_type_manager_v1;
struct wlr_data_control_manager_v1 *data_control_manager_v1;
struct wlr_screencopy_manager_v1 *screencopy_manager_v1;
+ struct wlr_ext_image_copy_capture_manager_v1 *ext_image_copy_capture_manager_v1;
struct wlr_export_dmabuf_manager_v1 *export_dmabuf_manager_v1;
struct wlr_security_context_manager_v1 *security_context_manager_v1;