Searched refs:key_binding_list (Results 1 – 3 of 3) sorted by relevance
81 wl_list_insert(compositor->key_binding_list.prev, &binding->link); in weston_compositor_add_key_binding()305 wl_list_for_each_safe(b, tmp, &compositor->key_binding_list, link) { in weston_compositor_run_key_binding()
7537 wl_list_init(&ec->key_binding_list); in weston_compositor_create()7609 weston_binding_list_destroy_all(&ec->key_binding_list); in weston_compositor_shutdown()
1057 struct wl_list key_binding_list; member