mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-24 01:40:12 -05:00
render: move frame_callback to term.render
This commit is contained in:
parent
ebf0a11fa0
commit
4838763d18
3 changed files with 11 additions and 9 deletions
4
main.c
4
main.c
|
|
@ -848,8 +848,8 @@ out:
|
|||
mtx_unlock(&term.kbd.repeat.mutex);
|
||||
|
||||
shm_fini();
|
||||
if (term.frame_callback != NULL)
|
||||
wl_callback_destroy(term.frame_callback);
|
||||
if (term.render.frame_callback != NULL)
|
||||
wl_callback_destroy(term.render.frame_callback);
|
||||
if (term.wl.xdg_toplevel != NULL)
|
||||
xdg_toplevel_destroy(term.wl.xdg_toplevel);
|
||||
if (term.wl.xdg_surface != NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue