Searched refs:touch_binding_list (Results 1 – 3 of 3) sorted by relevance
135 wl_list_insert(compositor->touch_binding_list.prev, &binding->link); in weston_compositor_add_touch_binding()391 wl_list_for_each_safe(b, tmp, &compositor->touch_binding_list, link) { in weston_compositor_run_touch_binding()
7540 wl_list_init(&ec->touch_binding_list); in weston_compositor_create()7612 weston_binding_list_destroy_all(&ec->touch_binding_list); in weston_compositor_shutdown()
1060 struct wl_list touch_binding_list; member