From 3df602a62da5024bfa4e68f87355f789632973a1 Mon Sep 17 00:00:00 2001 From: emersion Date: Tue, 18 Sep 2018 11:48:04 +0200 Subject: export-dmabuf: disable hardware cursors if desired Also make the frame resource inert when sending "ready". --- include/wlr/types/wlr_export_dmabuf_v1.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/wlr/types/wlr_export_dmabuf_v1.h b/include/wlr/types/wlr_export_dmabuf_v1.h index 56767540..8669574d 100644 --- a/include/wlr/types/wlr_export_dmabuf_v1.h +++ b/include/wlr/types/wlr_export_dmabuf_v1.h @@ -9,6 +9,7 @@ #ifndef WLR_TYPES_WLR_EXPORT_DMABUF_V1_H #define WLR_TYPES_WLR_EXPORT_DMABUF_V1_H +#include #include #include @@ -22,6 +23,8 @@ struct wlr_export_dmabuf_frame_v1 { struct wlr_dmabuf_attributes attribs; struct wlr_output *output; + bool cursor_locked; + struct wl_listener output_swap_buffers; }; -- cgit v1.2.3