mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
pgo: add stub for xcursor_for_csd_border()
This commit is contained in:
parent
b3029234af
commit
1752745fcf
2 changed files with 7 additions and 1 deletions
2
input.h
2
input.h
|
|
@ -27,4 +27,4 @@ extern const struct wl_pointer_listener pointer_listener;
|
||||||
|
|
||||||
void input_repeat(struct seat *seat, uint32_t key);
|
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);
|
||||||
|
|
|
||||||
|
|
@ -74,6 +74,12 @@ render_xcursor_set(struct seat *seat, struct terminal *term, const char *xcursor
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const char *
|
||||||
|
xcursor_for_csd_border(struct terminal *term, int x, int y)
|
||||||
|
{
|
||||||
|
return XCURSOR_LEFT_PTR;
|
||||||
|
}
|
||||||
|
|
||||||
struct wl_window *
|
struct wl_window *
|
||||||
wayl_win_init(struct terminal *term, const char *token)
|
wayl_win_init(struct terminal *term, const char *token)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue