mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-13 05:33:51 -04:00
wayland: move reload_cursor_theme() and update_cursor_surface() to wayland
This commit is contained in:
parent
664641104c
commit
957fb25559
5 changed files with 64 additions and 61 deletions
2
input.c
2
input.c
|
|
@ -397,7 +397,7 @@ wl_pointer_enter(void *data, struct wl_pointer *wl_pointer,
|
|||
wayl->mouse.col = x / term->cell_width;
|
||||
wayl->mouse.row = y / term->cell_height;
|
||||
|
||||
render_update_cursor_surface(term);
|
||||
wayl_update_cursor_surface(wayl, term);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue