From 349553d011d987dc14e30dc9d9c23df2ac03091f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 29 Apr 2021 00:16:34 +0200 Subject: backend/wayland: use common renderer and allocator Instead of managing our own renderer and allocator, let the common code do it. --- include/backend/wayland.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/backend') diff --git a/include/backend/wayland.h b/include/backend/wayland.h index ddaca335..59758ffd 100644 --- a/include/backend/wayland.h +++ b/include/backend/wayland.h @@ -21,9 +21,7 @@ struct wlr_wl_backend { struct wl_list devices; struct wl_list outputs; int drm_fd; - struct wlr_renderer *renderer; struct wlr_drm_format *format; - struct wlr_allocator *allocator; struct wl_list buffers; // wlr_wl_buffer.link size_t requested_outputs; size_t last_output_num; -- cgit v1.2.3