chase wlroots!4220

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4220
This commit is contained in:
Leonardo Hernández Hernández 2023-07-10 11:23:19 -06:00
parent 33bcd2e4ca
commit ff7c0e9508
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
1 changed files with 1 additions and 1 deletions

2
dwl.c
View File

@ -1865,7 +1865,7 @@ rendermon(struct wl_listener *listener, void *data)
wl_list_for_each(c, &clients, link)
if (c->resize && !c->isfloating && client_is_rendered_on_mon(c, m) && !client_is_stopped(c))
goto skip;
wlr_scene_output_commit(m->scene_output);
wlr_scene_output_commit(m->scene_output, NULL);
skip:
/* Let clients know a frame has been rendered */