aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-12-19 15:30:25 +0100
committerSimon Ser <contact@emersion.fr>2021-06-07 15:42:38 +0200
commit68c4f159585c2466e60220d14215340ae58dd958 (patch)
treed696fa4da9d107f5cd161e942e14c61a6f192fa6 /include
parent44feb832f965ec857c2a45a858c95cefb50bb547 (diff)
backend/x11: implement get_dmabuf_primary_formats
Diffstat (limited to 'include')
-rw-r--r--include/backend/x11.h2
1 files changed, 2 insertions, 0 deletions
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;