Lines Matching refs:registry
156 struct wl_registry * registry; member
1265 static void handle_global(void * data, struct wl_registry * registry, in handle_global() argument
1274 app->compositor = wl_registry_bind(registry, name, &wl_compositor_interface, 1); in handle_global()
1277 app->subcompositor = wl_registry_bind(registry, name, &wl_subcompositor_interface, 1); in handle_global()
1280 app->shm = wl_registry_bind(registry, name, &wl_shm_interface, 1); in handle_global()
1285 app->wl_seat = wl_registry_bind(app->registry, name, &wl_seat_interface, 1); in handle_global()
1290 app->wl_shell = wl_registry_bind(registry, name, &wl_shell_interface, 1); in handle_global()
1296 app->xdg_wm = wl_registry_bind(app->registry, name, &xdg_wm_base_interface, 4); in handle_global()
1302 static void handle_global_remove(void * data, struct wl_registry * registry, uint32_t name) in handle_global_remove() argument
1306 LV_UNUSED(registry); in handle_global_remove()
2446 application.registry = wl_display_get_registry(application.display); in wayland_init()
2447 wl_registry_add_listener(application.registry, ®istry_listener, &application); in wayland_init()
2532 wl_registry_destroy(application.registry); in wayland_deinit()