mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-07 08:21:07 -04:00
Fix flickering on map/unmap
This commit is contained in:
parent
cb4265ac8c
commit
c7d8324337
1 changed files with 2 additions and 0 deletions
2
dwl.c
2
dwl.c
|
|
@ -1689,6 +1689,8 @@ rendermon(struct wl_listener *listener, void *data)
|
||||||
skip = 1;
|
skip = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (skip)
|
||||||
|
return;
|
||||||
if (!skip && !wlr_scene_output_commit(m->scene_output))
|
if (!skip && !wlr_scene_output_commit(m->scene_output))
|
||||||
return;
|
return;
|
||||||
/* Let clients know a frame has been rendered */
|
/* Let clients know a frame has been rendered */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue