mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -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
3ae9c80ddf
commit
b3ccec6148
3 changed files with 1 additions and 118 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue