mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-02 06:46:32 -04:00
terminal: use the 'text' xcursor pointer whenever selection is possible
This commit is contained in:
parent
729ba8b8ac
commit
0dd37f0a36
6 changed files with 72 additions and 36 deletions
|
|
@ -166,8 +166,7 @@ struct terminal *wayl_terminal_from_xdg_toplevel(
|
|||
struct wayland *wayl, struct xdg_toplevel *toplevel);
|
||||
|
||||
/* TODO: pass something other than 'term'? Need scale... */
|
||||
bool wayl_reload_cursor_theme(struct wayland *wayl, struct terminal *term);
|
||||
void wayl_update_cursor_surface(struct wayland *wayl, struct terminal *term);
|
||||
bool wayl_cursor_set(struct wayland *wayl, const struct terminal *term);
|
||||
|
||||
struct wl_window *wayl_win_init(struct wayland *wayl);
|
||||
void wayl_win_destroy(struct wl_window *win);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue