diff options
Diffstat (limited to '')
| -rw-r--r-- | dwl.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 */ | 
