Searched refs:m_connection (Results 1 – 2 of 2) sorted by relevance
54 m_connection = xcb_connect(name, NULL); in XcbDisplay()55 const xcb_setup_t *setup = xcb_get_setup(m_connection); in XcbDisplay()62 xcb_disconnect (m_connection); in ~XcbDisplay()68 while ((ev = xcb_poll_for_event(m_connection))) in processEvents()
43 xcb_connection_t* getConnection (void) { return m_connection; } in getConnection()51 xcb_connection_t* m_connection; member in tcu::lnx::x11::XcbDisplay