diff --git a/include/wlr/render/dmabuf.h b/include/wlr/render/dmabuf.h index 62f8e0217..3100ece84 100644 --- a/include/wlr/render/dmabuf.h +++ b/include/wlr/render/dmabuf.h @@ -35,6 +35,7 @@ struct wlr_dmabuf_attributes { int32_t width, height; uint32_t format; // FourCC code, see DRM_FORMAT_* in uint64_t modifier; // see DRM_FORMAT_MOD_* in + bool prefer_shadow; int n_planes; uint32_t offset[WLR_DMABUF_MAX_PLANES];