Searched refs:m_pointerSurface (Results 1 – 2 of 2) sorted by relevance
53 struct wl_surface *m_pointerSurface; variable116 { return m_pointerSurface; } in GetPointerSurface()127 { m_pointerSurface = pointerSurface; } in SetPointerSurface()
233 if (m_pointerSurface){ in DestroyWLContext()234 wl_surface_destroy(m_pointerSurface); in DestroyWLContext()235 m_pointerSurface = NULL; in DestroyWLContext()