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 3ae9c80ddf
commit b3ccec6148
3 changed files with 1 additions and 118 deletions

View file

@ -12,8 +12,6 @@ bool output_pending_enabled(struct wlr_output *output,
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,