mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -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
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue