render: remove 'refresh' from render_resize()

This commit is contained in:
Daniel Eklöf 2020-01-03 13:56:10 +01:00
parent 46c434d3f1
commit d07fd7de39
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 8 additions and 9 deletions

View file

@ -6,7 +6,7 @@ struct font *attrs_to_font(
const struct terminal *term, const struct attributes *attrs);
void grid_render(struct terminal *term);
void render_resize(struct terminal *term, int width, int height, bool refresh);
void render_resize(struct terminal *term, int width, int height);
void render_set_title(struct terminal *term, const char *title);
void render_refresh(struct terminal *term);