From fd2b1f018e8e736c40ee31949e818e0b6939e308 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 29 Apr 2021 09:33:54 +0200 Subject: backend/x11: use common renderer and allocator Instead of managing our own renderer and allocator, let the common code do it. --- include/backend/x11.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/backend/x11.h') diff --git a/include/backend/x11.h b/include/backend/x11.h index b977955e..fe818760 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -88,12 +88,10 @@ struct wlr_x11_backend { struct wlr_input_device keyboard_dev; int drm_fd; - struct wlr_renderer *renderer; struct wlr_drm_format_set dri3_formats; struct wlr_drm_format_set shm_formats; const struct wlr_x11_format *x11_format; struct wlr_drm_format *drm_format; - struct wlr_allocator *allocator; struct wl_event_source *event_source; struct { -- cgit v1.2.3