render: move frame_callback to term.render

This commit is contained in:
Daniel Eklöf 2019-07-24 20:11:49 +02:00
parent ebf0a11fa0
commit 4838763d18
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 11 additions and 9 deletions

View file

@ -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);