diff --git a/pgo/pgo.c b/pgo/pgo.c index 2b7245d0..a9a89477 100644 --- a/pgo/pgo.c +++ b/pgo/pgo.c @@ -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) {