Home
last modified time | relevance | path

Searched refs:get_shell_surface (Results 1 – 5 of 5) sorted by relevance

/third_party/weston/desktop-shell/
Dshell.c256 shsurf = get_shell_surface(surface); in get_default_view()
657 if (!get_shell_surface(view->surface)) in focus_state_surface_destroy()
982 shsurf = get_shell_surface(view->surface); in view_get_transform()
1314 shsurf = get_shell_surface(surface); in take_surface_to_workspace_by_seat()
1859 shsurf = get_shell_surface(view->surface); in handle_pointer_focus()
1892 struct shell_surface *shsurf = get_shell_surface(seat->focused_surface); in handle_keyboard_focus()
1900 struct shell_surface *shsurf = get_shell_surface(seat->focused_surface); in handle_keyboard_focus()
2065 shsurf = get_shell_surface(surface); in set_minimized()
2360 get_shell_surface(struct weston_surface *surface) in get_shell_surface() function
2929 shsurf = get_shell_surface(pointer->focus->surface); in desktop_surface_ping_timeout()
[all …]
Dshell.h230 get_shell_surface(struct weston_surface *surface);
Dexposay.c270 if (!get_shell_surface(view->surface)) in exposay_layout()
319 if (!get_shell_surface(view->surface)) in exposay_layout()
/third_party/weston/libweston-desktop/
Dwl-shell.c475 .get_shell_surface = weston_desktop_wl_shell_protocol_get_shell_surface,
/third_party/wayland_standard/tests/data/
Dexample-server.h2229 void (*get_shell_surface)(struct wl_client *client, member