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

@ -27,4 +27,4 @@ extern const struct wl_pointer_listener pointer_listener;
void input_repeat(struct seat *seat, uint32_t key);
const char * xcursor_for_csd_border(struct terminal *term, int x, int y);
const char *xcursor_for_csd_border(struct terminal *term, int x, int y);