diff options
author | Alexander Orzechowski <alex@ozal.ski> | 2023-11-29 15:26:47 -0500 |
---|---|---|
committer | Alexander Orzechowski <alex@ozal.ski> | 2023-11-29 16:00:24 -0500 |
commit | 7702a197394bb191858e3a8dae9a0b4b5a1a262e (patch) | |
tree | bbc03f9ce23dbb1e52991cbaf2dc6a1bd1ce5c69 /include | |
parent | fc6000251cad887ef31c9e4ec35dd95e1a955311 (diff) |
output: Drop back_buffer
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_output.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 72b14b70..a2e1fbae 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -200,7 +200,6 @@ struct wlr_output { struct wlr_allocator *allocator; struct wlr_renderer *renderer; struct wlr_swapchain *swapchain; - struct wlr_buffer *back_buffer; struct wl_listener display_destroy; |