pgo: add missing stub for render_refresh_icon()

This commit is contained in:
Daniel Eklöf 2024-09-10 19:13:00 +02:00
parent 97ec375c67
commit f5caa2d265
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -70,6 +70,7 @@ 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) {}
void render_refresh_icon(struct terminal *term) {}
bool
render_xcursor_is_valid(const struct seat *seat, const char *cursor)