mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
wayland: rename focused/moused to kbd_focus/mouse_focus
This commit is contained in:
parent
6c75c16d2c
commit
4ecb0ecf4d
5 changed files with 34 additions and 34 deletions
2
render.c
2
render.c
|
|
@ -279,7 +279,7 @@ draw_cursor(const struct terminal *term, const struct cell *cell,
|
|||
pixman_image_t *pix, pixman_color_t *fg, const pixman_color_t *bg,
|
||||
int x, int y, int cols)
|
||||
{
|
||||
bool have_focus = term->wl->focused == term;
|
||||
bool have_focus = term->wl->kbd_focus == term;
|
||||
|
||||
pixman_color_t cursor_color;
|
||||
pixman_color_t text_color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue