output: Remove output_ensure_buffer

Compositors are now required to commit a buffer themselves when they
modeset.
This commit is contained in:
Alexander Orzechowski 2023-12-05 20:06:52 -05:00
parent 743af2216d
commit 9eb1313ac1
3 changed files with 1 additions and 118 deletions

View file

@ -14,8 +14,6 @@ const struct wlr_output_image_description *output_pending_image_description(
bool output_pick_format(struct wlr_output *output,
const struct wlr_drm_format_set *display_formats,
struct wlr_drm_format *format, uint32_t fmt);
bool output_ensure_buffer(struct wlr_output *output,
struct wlr_output_state *state, bool *new_back_buffer);
bool output_cursor_set_texture(struct wlr_output_cursor *cursor,
struct wlr_texture *texture, bool own_texture, const struct wlr_fbox *src_box,