Documentation for <wlr/types/wlr_screencopy_v1.h>
Back to index
Table of contents
struct wlr_screencopy_frame_v1
¶
struct wlr_screencopy_frame_v1 {
struct wl_resource *resource;
struct wlr_screencopy_v1_client *client;
struct wl_list link;
enum wl_shm_format format;
uint32_t fourcc;
struct wlr_box box;
int stride;
bool overlay_cursor, cursor_locked;
bool with_damage;
struct wl_shm_buffer *shm_buffer;
struct wlr_dmabuf_v1_buffer *dma_buffer;
struct wl_listener buffer_destroy;
struct wlr_output *output;
struct wl_listener output_commit;
struct wl_listener output_destroy;
struct wl_listener output_enable;
void *data;
};
struct wlr_screencopy_manager_v1
¶
struct wlr_screencopy_manager_v1 {
struct wl_global *global;
struct wl_list frames;
struct wl_listener display_destroy;
struct {
struct wl_signal destroy;
} events;
void *data;
};
wlr_screencopy_manager_v1_create()
¶
struct wlr_screencopy_manager_v1 *wlr_screencopy_manager_v1_create(struct wl_display *display);