mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-12 05:34:35 -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/types/wlr_buffer.h>
|
||||||
#include <wlr/util/box.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 wlr_screencopy_manager_v1 {
|
||||||
struct wl_global *global;
|
struct wl_global *global;
|
||||||
struct wl_list frames; // wlr_screencopy_frame_v1.link
|
struct wl_list frames; // wlr_screencopy_frame_v1.link
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue