pgo: add missing stub for render_refresh_app_id()

This commit is contained in:
Daniel Eklöf 2024-02-06 14:04:22 +01:00
parent af114f81a0
commit 3b5d83a3ec
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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)