mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-12 05:34:01 -04: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_csd(struct terminal *term) {}
|
||||||
void render_refresh_title(struct terminal *term) {}
|
void render_refresh_title(struct terminal *term) {}
|
||||||
void render_refresh_app_id(struct terminal *term) {}
|
void render_refresh_app_id(struct terminal *term) {}
|
||||||
|
void render_refresh_icon(struct terminal *term) {}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
render_xcursor_is_valid(const struct seat *seat, const char *cursor)
|
render_xcursor_is_valid(const struct seat *seat, const char *cursor)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue