output: drop front_buffer

This lets backends immediately release committed buffers if they
want to.
This commit is contained in:
Simon Ser 2021-12-01 08:49:48 +01:00 committed by Simon Zeni
parent 45069fb623
commit efeb8346cf
2 changed files with 5 additions and 15 deletions

View file

@ -188,7 +188,7 @@ struct wlr_output {
struct wlr_allocator *allocator;
struct wlr_renderer *renderer;
struct wlr_swapchain *swapchain;
struct wlr_buffer *back_buffer, *front_buffer;
struct wlr_buffer *back_buffer;
struct wl_listener display_destroy;