|
|
@ -836,6 +836,7 @@ bool wlr_output_commit_state(struct wlr_output *output,
|
|
|
|
.committed = pending.committed,
|
|
|
|
.committed = pending.committed,
|
|
|
|
.when = &now,
|
|
|
|
.when = &now,
|
|
|
|
.buffer = (pending.committed & WLR_OUTPUT_STATE_BUFFER) ? pending.buffer : NULL,
|
|
|
|
.buffer = (pending.committed & WLR_OUTPUT_STATE_BUFFER) ? pending.buffer : NULL,
|
|
|
|
|
|
|
|
.state = &pending,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
wl_signal_emit_mutable(&output->events.commit, &event);
|
|
|
|
wl_signal_emit_mutable(&output->events.commit, &event);
|
|
|
|
|
|
|
|
|
|
|
|