From c75aa71816826907805606a108626b4671120a7e Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Thu, 15 Apr 2021 14:32:13 -0400 Subject: render/gbm_allocator: make wlr_gbm_allocator_create return a wlr_allocator --- include/render/gbm_allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/render/gbm_allocator.h') diff --git a/include/render/gbm_allocator.h b/include/render/gbm_allocator.h index d8121328..b4f40039 100644 --- a/include/render/gbm_allocator.h +++ b/include/render/gbm_allocator.h @@ -28,6 +28,6 @@ struct wlr_gbm_allocator { * * Takes ownership over the FD. */ -struct wlr_gbm_allocator *wlr_gbm_allocator_create(int drm_fd); +struct wlr_allocator *wlr_gbm_allocator_create(int drm_fd); #endif -- cgit v1.2.3