Home
last modified time | relevance | path

Searched refs:focused_surface (Results 1 – 3 of 3) sorted by relevance

/third_party/weston/kiosk-shell/
Dkiosk-shell.h74 struct weston_surface *focused_surface; member
Dkiosk-shell.c325 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()
/third_party/weston/desktop-shell/
Dshell.c186 struct weston_surface *focused_surface; member
1891 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()