mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-24 01:40:12 -05:00
Merge branch 'master' into scroll-damage-performance
This commit is contained in:
commit
6bc9fd4ba1
2 changed files with 18 additions and 13 deletions
5
render.c
5
render.c
|
|
@ -1606,7 +1606,10 @@ frame_callback(void *data, struct wl_callback *wl_callback, uint32_t callback_da
|
|||
|
||||
if (term->render.pending.grid) {
|
||||
term->render.pending.grid = false;
|
||||
grid_render(term);
|
||||
|
||||
/* TODO: need to check if this breaks GNOME/weston */
|
||||
if (!term->delayed_render_timer.is_armed)
|
||||
grid_render(term);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue