Home
last modified time | relevance | path

Searched refs:grab_ptr (Results 1 – 2 of 2) sorted by relevance

/third_party/weston/desktop-shell/
Dexposay.c399 container_of(grab, struct desktop_shell, exposay.grab_ptr); in exposay_motion()
413 container_of(grab, struct desktop_shell, exposay.grab_ptr); in exposay_button()
454 container_of(grab, struct desktop_shell, exposay.grab_ptr); in exposay_pointer_grab_cancel()
655 shell->exposay.grab_ptr.interface = &exposay_ptr_grab; in exposay_transition_active()
658 &shell->exposay.grab_ptr); in exposay_transition_active()
Dshell.h79 struct weston_pointer_grab grab_ptr; member