mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
types: deprecate wlr-screencopy-unstable-v1
This commit is contained in:
parent
122310a2de
commit
423afc3fc9
1 changed files with 7 additions and 0 deletions
|
|
@ -14,6 +14,13 @@
|
|||
#include <wlr/types/wlr_buffer.h>
|
||||
#include <wlr/util/box.h>
|
||||
|
||||
/**
|
||||
* Deprecated: this protocol is deprecated and superseded by ext-image-copy-capture-v1.
|
||||
* The implementation will be dropped in a future wlroots version.
|
||||
*
|
||||
* Consider using `wlr_ext_image_capture_source_v1` instead.
|
||||
*/
|
||||
|
||||
struct wlr_screencopy_manager_v1 {
|
||||
struct wl_global *global;
|
||||
struct wl_list frames; // wlr_screencopy_frame_v1.link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue