Searched refs:wl_shell_interface (Results 1 – 6 of 6) sorted by relevance
28 s_shell = (struct wl_shell*)wl_registry_bind(registry, name, &wl_shell_interface, 0); in registry_add_object()
63 …_this->m_shell = static_cast<struct wl_shell*>(wl_registry_bind(registry, id, &wl_shell_interface,… in handleGlobal()
318 WL_EXPORT const struct wl_interface wl_shell_interface = { variable
428 extern const struct wl_interface wl_shell_interface;2217 struct wl_shell_interface { struct
425 extern const struct wl_interface wl_shell_interface;
328 info->shell = (wl_shell *)wl_registry_bind(registry, id, &wl_shell_interface, 1); in registry_handle_global()