pgo: add stub for xcursor_for_csd_border()

This commit is contained in:
Daniel Eklöf 2021-11-30 22:43:41 +01:00
parent b3029234af
commit 1752745fcf
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 7 additions and 1 deletions

View file

@ -74,6 +74,12 @@ render_xcursor_set(struct seat *seat, struct terminal *term, const char *xcursor
return true;
}
const char *
xcursor_for_csd_border(struct terminal *term, int x, int y)
{
return XCURSOR_LEFT_PTR;
}
struct wl_window *
wayl_win_init(struct terminal *term, const char *token)
{