Add ext-image-copy-capture-v1 and ext-image-capture-source-v1

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4545
This commit is contained in:
Simon Ser 2024-02-12 21:13:35 +01:00
parent 0b08dce08c
commit 1f1cfe16b0
3 changed files with 12 additions and 3 deletions

View file

@ -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;