mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-13 14:32:57 -04:00
output: Remove output_ensure_buffer
Compositors are now required to commit a buffer themselves when they modeset.
This commit is contained in:
parent
743af2216d
commit
9eb1313ac1
3 changed files with 1 additions and 118 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue