mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-12 08:21:33 -04:00
Merge branch 'allow-disabled-frame' into 'master'
output: Send frame events to disabled outputs See merge request wlroots/wlroots!4371
This commit is contained in:
commit
22ff70dd28
1 changed files with 1 additions and 3 deletions
|
|
@ -846,9 +846,7 @@ bool wlr_output_commit_state(struct wlr_output *output,
|
|||
|
||||
void wlr_output_send_frame(struct wlr_output *output) {
|
||||
output->frame_pending = false;
|
||||
if (output->enabled) {
|
||||
wl_signal_emit_mutable(&output->events.frame, output);
|
||||
}
|
||||
wl_signal_emit_mutable(&output->events.frame, output);
|
||||
}
|
||||
|
||||
static void schedule_frame_handle_idle_timer(void *data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue