renderer: Drop buffer binding

This commit is contained in:
Alexander Orzechowski 2023-08-19 21:39:57 -04:00
parent 3ed1268f64
commit d3a339a03e
13 changed files with 0 additions and 307 deletions

View file

@ -20,9 +20,6 @@ struct wlr_pixman_renderer {
struct wl_list buffers; // wlr_pixman_buffer.link
struct wl_list textures; // wlr_pixman_texture.link
struct wlr_pixman_buffer *current_buffer;
int32_t width, height;
struct wlr_drm_format_set drm_formats;
};