From 68c4f159585c2466e60220d14215340ae58dd958 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 19 Dec 2020 15:30:25 +0100 Subject: backend/x11: implement get_dmabuf_primary_formats --- include/backend/x11.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/backend/x11.h b/include/backend/x11.h index fe818760..bb2bbeb8 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -91,6 +91,8 @@ struct wlr_x11_backend { struct wlr_drm_format_set dri3_formats; struct wlr_drm_format_set shm_formats; const struct wlr_x11_format *x11_format; + struct wlr_drm_format_set primary_dri3_formats; + struct wlr_drm_format_set primary_shm_formats; struct wlr_drm_format *drm_format; struct wl_event_source *event_source; -- cgit v1.2.3