pgo: render_resize_force() has been removed, adjust stub accordingly

Closes #1601
This commit is contained in:
Daniel Eklöf 2024-02-08 16:44:55 +01:00
parent 69df42c51b
commit 9d9690410a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

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