backend/wayland: remove swapchain

Rely on wlr_output's generic swapchain handling.
This commit is contained in:
Simon Ser 2020-12-19 16:31:29 +01:00
parent 5f8092b045
commit 543f5b35d0
3 changed files with 5 additions and 116 deletions

View file

@ -21,7 +21,6 @@ struct wlr_wl_backend {
struct wl_list devices;
struct wl_list outputs;
int drm_fd;
struct wlr_drm_format *format;
struct wl_list buffers; // wlr_wl_buffer.link
size_t requested_outputs;
size_t last_output_num;
@ -75,9 +74,6 @@ struct wlr_wl_output {
struct zxdg_toplevel_decoration_v1 *zxdg_toplevel_decoration_v1;
struct wl_list presentation_feedbacks;
struct wlr_swapchain *swapchain;
struct wlr_buffer *back_buffer;
uint32_t enter_serial;
struct {