diff options
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 { |