wayland: rename focused/moused to kbd_focus/mouse_focus

This commit is contained in:
Daniel Eklöf 2020-01-02 15:58:52 +01:00
parent 6c75c16d2c
commit 4ecb0ecf4d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 34 additions and 34 deletions

View file

@ -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;