Searched refs:m_connection (Results 1 – 2 of 2) sorted by relevance
35 m_connection = xcb_connect(name, NULL); in XcbDisplay()36 const xcb_setup_t *setup = xcb_get_setup(m_connection); in XcbDisplay()43 xcb_disconnect (m_connection); in ~XcbDisplay()49 while ((ev = xcb_poll_for_event(m_connection))) in processEvents()
41 xcb_connection_t* getConnection (void) { return m_connection; } in getConnection()47 xcb_connection_t* m_connection; member in tcu::x11::XcbDisplay