Searched refs:m_wlCursorTheme (Results 1 – 2 of 2) sorted by relevance
50 struct wl_cursor_theme* m_wlCursorTheme; variable112 inline struct wl_cursor_theme* WLContext::GetWLCursorTheme() const { return m_wlCursorTheme; } in GetWLCursorTheme()122 { m_wlCursorTheme = wlCursorTheme; } in SetWLCursorTheme()
50 , m_wlCursorTheme(NULL) in WLContext()238 if (m_wlCursorTheme) in DestroyWLContext()239 wl_cursor_theme_destroy(m_wlCursorTheme); in DestroyWLContext()