mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
pgo: add missing stub for render_refresh_icon()
This commit is contained in:
parent
97ec375c67
commit
f5caa2d265
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue