mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
output: drop wlr_output_state.buffer_type
This is now unconditionally set to WLR_OUTPUT_STATE_BUFFER_SCANOUT.
This commit is contained in:
parent
f211bc983a
commit
3132c0ab10
6 changed files with 3 additions and 20 deletions
|
|
@ -396,7 +396,6 @@ static bool drm_connector_set_pending_fb(struct wlr_drm_connector *conn,
|
|||
struct wlr_drm_plane *plane = crtc->primary;
|
||||
|
||||
assert(state->committed & WLR_OUTPUT_STATE_BUFFER);
|
||||
assert(state->buffer_type == WLR_OUTPUT_STATE_BUFFER_SCANOUT);
|
||||
|
||||
struct wlr_buffer *local_buf;
|
||||
if (drm->parent) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue