Searched refs:xlib_xconnection (Results 1 – 8 of 8) sorted by relevance
47 fn xlib_xconnection(&self) -> Option<Arc<XConnection>>; in xlib_xconnection() method75 fn xlib_xconnection(&self) -> Option<Arc<XConnection>> { in xlib_xconnection() method214 fn xlib_xconnection(&self) -> Option<Arc<XConnection>>; in xlib_xconnection() method288 fn xlib_xconnection(&self) -> Option<Arc<XConnection>> { in xlib_xconnection() method290 LinuxWindow::X(ref w) => Some(w.xlib_xconnection()), in xlib_xconnection()
44 fn xlib_xconnection(&self) -> Option<Arc<XConnection>>; in xlib_xconnection() method72 fn xlib_xconnection(&self) -> Option<Arc<XConnection>> { in xlib_xconnection() method211 fn xlib_xconnection(&self) -> Option<Arc<XConnection>>; in xlib_xconnection() method289 fn xlib_xconnection(&self) -> Option<Arc<XConnection>> { in xlib_xconnection() method291 LinuxWindow::X(ref w) => Some(w.xlib_xconnection()), in xlib_xconnection()
202 let xconn = match el.xlib_xconnection() { in new_headless_impl()467 let xconn = match el.xlib_xconnection() { in new_impl()
197 let xconn = match el.xlib_xconnection() { in new_headless_impl()441 let xconn = match el.xlib_xconnection() { in new_impl()
1176 pub fn xlib_xconnection(&self) -> Arc<XConnection> { in xlib_xconnection() method
1159 pub fn xlib_xconnection(&self) -> Arc<XConnection> { in xlib_xconnection() method
203 - On Linux, the functions `is_wayland`, `is_x11`, `xlib_xconnection` and `wayland_display` have bee…
274 - On Linux, the functions `is_wayland`, `is_x11`, `xlib_xconnection` and `wayland_display` have bee…