Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/desktop-shell/
H A Dshell.c750 struct wl_list pending_seat_list; in restore_focus_state() local
755 wl_list_init(&pending_seat_list); in restore_focus_state()
756 wl_list_insert_list(&pending_seat_list, &shell->compositor->seat_list); in restore_focus_state()
777 wl_list_for_each_safe(seat, next_seat, &pending_seat_list, link) { in restore_focus_state()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/desktop-shell/
H A Dshell.c750 struct wl_list pending_seat_list; in restore_focus_state() local
755 wl_list_init(&pending_seat_list); in restore_focus_state()
756 wl_list_insert_list(&pending_seat_list, &shell->compositor->seat_list); in restore_focus_state()
777 wl_list_for_each_safe(seat, next_seat, &pending_seat_list, link) { in restore_focus_state()
/dports/graphics/weston/weston-1.9.0/desktop-shell/
H A Dshell.c914 struct wl_list pending_seat_list; in restore_focus_state() local
919 wl_list_init(&pending_seat_list); in restore_focus_state()
920 wl_list_insert_list(&pending_seat_list, &shell->compositor->seat_list); in restore_focus_state()
941 wl_list_for_each_safe(seat, next_seat, &pending_seat_list, link) { in restore_focus_state()