pgo: add stub for render_xcursor_is_valid

This commit is contained in:
Ashish SHUKLA 2022-02-07 20:31:20 +05:30
parent f718af4c1b
commit 91559fe480
No known key found for this signature in database
GPG key ID: C746CFA9E74FA4B0

View file

@ -68,6 +68,12 @@ void render_refresh(struct terminal *term) {}
void render_refresh_csd(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
render_xcursor_set(struct seat *seat, struct terminal *term, const char *xcursor)
{