Searched refs:focused_surface (Results 1 – 3 of 3) sorted by relevance
74 struct weston_surface *focused_surface; member
325 if (shseat->focused_surface) { in kiosk_shell_seat_handle_keyboard_focus()327 get_kiosk_shell_surface(shseat->focused_surface); in kiosk_shell_seat_handle_keyboard_focus()333 shseat->focused_surface = weston_surface_get_main_surface(keyboard->focus); in kiosk_shell_seat_handle_keyboard_focus()335 if (shseat->focused_surface) { in kiosk_shell_seat_handle_keyboard_focus()337 get_kiosk_shell_surface(shseat->focused_surface); in kiosk_shell_seat_handle_keyboard_focus()
186 struct weston_surface *focused_surface; member1891 if (seat->focused_surface) { in handle_keyboard_focus()1892 struct shell_surface *shsurf = get_shell_surface(seat->focused_surface); in handle_keyboard_focus()1897 seat->focused_surface = weston_surface_get_main_surface(keyboard->focus); in handle_keyboard_focus()1899 if (seat->focused_surface) { in handle_keyboard_focus()1900 struct shell_surface *shsurf = get_shell_surface(seat->focused_surface); in handle_keyboard_focus()