diff options
Diffstat (limited to 'include/render/allocator/allocator.h')
-rw-r--r-- | include/render/allocator/allocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/render/allocator/allocator.h b/include/render/allocator/allocator.h index 2abdd43d..5f8bd2a1 100644 --- a/include/render/allocator/allocator.h +++ b/include/render/allocator/allocator.h @@ -4,6 +4,6 @@ #include <wlr/render/allocator.h> struct wlr_allocator *allocator_autocreate_with_drm_fd( - struct wlr_backend *backend, struct wlr_renderer *renderer, int drm_fd); + uint32_t backend_caps, struct wlr_renderer *renderer, int drm_fd); #endif |