From 3b5d83a3ec0b0bba3a8e56d97aaa6d14c46417f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 6 Feb 2024 14:04:22 +0100 Subject: [PATCH] pgo: add missing stub for render_refresh_app_id() --- pgo/pgo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pgo/pgo.c b/pgo/pgo.c index 6d4dab17..2fd4e837 100644 --- a/pgo/pgo.c +++ b/pgo/pgo.c @@ -68,6 +68,7 @@ render_resize_force(struct terminal *term, int width, int height) void render_refresh(struct terminal *term) {} void render_refresh_csd(struct terminal *term) {} void render_refresh_title(struct terminal *term) {} +void render_refresh_app_id(struct terminal *term) {} bool render_xcursor_is_valid(const struct seat *seat, const char *cursor)