From 9d9690410a72e03511bcc19e6f4a848d450fd0cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 8 Feb 2024 16:44:55 +0100 Subject: [PATCH] pgo: render_resize_force() has been removed, adjust stub accordingly Closes #1601 --- pgo/pgo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pgo/pgo.c b/pgo/pgo.c index 2fd4e837..204c024d 100644 --- a/pgo/pgo.c +++ b/pgo/pgo.c @@ -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; }