mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-12-17 02:13:18 +00:00
Fix flickering on map/unmap
This commit is contained in:
parent
cb4265ac8c
commit
c7d8324337
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…
x
Reference in New Issue
Block a user