aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-12-19 16:31:29 +0100
committerSimon Ser <contact@emersion.fr>2021-06-07 15:42:38 +0200
commit543f5b35d02c825347e4a2d6f032ddfa938c3fd7 (patch)
treec05aadabf9641c2aff6ca7af7993ece4e702c5b1 /include
parent5f8092b04521eb834fb973ae92294a638c737276 (diff)
backend/wayland: remove swapchain
Rely on wlr_output's generic swapchain handling.
Diffstat (limited to 'include')
-rw-r--r--include/backend/wayland.h4
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 {