mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 02:47:46 +03:00
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:
parent
30c858423d
commit
8acb0482da
3 changed files with 12 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue