mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-09 05:33:58 -04: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
|
|
@ -321,7 +321,9 @@ struct terminal {
|
|||
cairo_font_extents_t fextents;
|
||||
|
||||
struct wayland wl;
|
||||
struct wl_callback *frame_callback;
|
||||
struct {
|
||||
struct wl_callback *frame_callback;
|
||||
} render;
|
||||
};
|
||||
|
||||
void term_damage_rows(struct terminal *term, int start, int end);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue