Lines Matching refs:shell
370 d->shell.xdg = wl_registry_bind(d->registry, id, &xdg_wm_base_interface, 1); in display_handle_global()
371 xdg_wm_base_add_listener(d->shell.xdg, &shell_listener_xdg, NULL); in display_handle_global()
373 d->shell.zxdg = wl_registry_bind(d->registry, id, &zxdg_shell_v6_interface, 1); in display_handle_global()
374 zxdg_shell_v6_add_listener(d->shell.zxdg, &shell_listener_zxdg, NULL); in display_handle_global()
376 d->shell.wl = wl_registry_bind(d->registry, id, &wl_shell_interface, 1); in display_handle_global()
513 if (data->shell.wl) in Wayland_VideoQuit()
514 wl_shell_destroy(data->shell.wl); in Wayland_VideoQuit()
516 if (data->shell.xdg) in Wayland_VideoQuit()
517 xdg_wm_base_destroy(data->shell.xdg); in Wayland_VideoQuit()
519 if (data->shell.zxdg) in Wayland_VideoQuit()
520 zxdg_shell_v6_destroy(data->shell.zxdg); in Wayland_VideoQuit()