aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2019-10-06 17:31:51 -0400
committerScott Anderson <ascent12@hotmail.com>2019-10-11 08:11:48 -0400
commit2bdd1d0896cce69f2ecfbc49f5d28abcc6e302cb (patch)
tree84b68a286904ec0c0728ff3190a628929510ede1 /include
parent11bf87d678f146a94f15d162808058b1dc5630c5 (diff)
backend/drm: use modifiers for our GBM buffers
Diffstat (limited to 'include')
-rw-r--r--include/backend/drm/renderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/backend/drm/renderer.h b/include/backend/drm/renderer.h
index 93b8da7c..1b1f1243 100644
--- a/include/backend/drm/renderer.h
+++ b/include/backend/drm/renderer.h
@@ -40,7 +40,7 @@ void finish_drm_renderer(struct wlr_drm_renderer *renderer);
bool init_drm_surface(struct wlr_drm_surface *surf,
struct wlr_drm_renderer *renderer, uint32_t width, uint32_t height,
- uint32_t format, uint32_t flags);
+ uint32_t format, struct wlr_drm_format_set *set, uint32_t flags);
bool init_drm_plane_surfaces(struct wlr_drm_plane *plane,
struct wlr_drm_backend *drm, int32_t width, uint32_t height,