Searched refs:wlShellSurface (Results 1 – 2 of 2) sorted by relevance
218 m_wlContextStruct.wlShellSurface = wl_shell_get_shell_surface(m_wlContextStruct.wlShell, in createWLContext()222 if (m_wlContextStruct.wlShellSurface) { in createWLContext()224 reinterpret_cast<struct wl_shell_surface*>(m_wlContextStruct.wlShellSurface), in createWLContext()235 if (m_wlContextStruct.wlShellSurface) { in createWLContext()236 wl_shell_surface_set_title(m_wlContextStruct.wlShellSurface, "mocknavi"); in createWLContext()237 wl_shell_surface_set_toplevel(m_wlContextStruct.wlShellSurface); in createWLContext()342 if (m_wlContextStruct.wlShellSurface) in destroyWLContext()344 …hell_surface_destroy(reinterpret_cast<struct wl_shell_surface*>(m_wlContextStruct.wlShellSurface)); in destroyWLContext()
90 struct wl_shell_surface* wlShellSurface; member