diff options
author | Simon Ser <contact@emersion.fr> | 2020-12-19 16:31:29 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-06-07 15:42:38 +0200 |
commit | 543f5b35d02c825347e4a2d6f032ddfa938c3fd7 (patch) | |
tree | c05aadabf9641c2aff6ca7af7993ece4e702c5b1 /include/backend/wayland.h | |
parent | 5f8092b04521eb834fb973ae92294a638c737276 (diff) |
backend/wayland: remove swapchain
Rely on wlr_output's generic swapchain handling.
Diffstat (limited to 'include/backend/wayland.h')
-rw-r--r-- | include/backend/wayland.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h index 923bfe72..5d69c248 100644 --- a/include/backend/wayland.h +++ b/include/backend/wayland.h @@ -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 { |