mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
pgo: render_resize_force() has been removed, adjust stub accordingly
Closes #1601
This commit is contained in:
parent
69df42c51b
commit
9d9690410a
1 changed files with 2 additions and 1 deletions
|
|
@ -60,7 +60,8 @@ fdm_event_del(struct fdm *fdm, int fd, int events)
|
|||
}
|
||||
|
||||
bool
|
||||
render_resize_force(struct terminal *term, int width, int height)
|
||||
render_resize(
|
||||
struct terminal *term, int width, int height, uint8_t resize_options)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue