mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
pgo: add stub for render_xcursor_is_valid
This commit is contained in:
parent
f718af4c1b
commit
91559fe480
1 changed files with 6 additions and 0 deletions
|
|
@ -68,6 +68,12 @@ 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) {}
|
||||||
|
|
||||||
|
bool
|
||||||
|
render_xcursor_is_valid(const struct seat *seat, const char *cursor)
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
render_xcursor_set(struct seat *seat, struct terminal *term, const char *xcursor)
|
render_xcursor_set(struct seat *seat, struct terminal *term, const char *xcursor)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue