Function xcb::ffi::XSetEventQueueOwner
source ยท pub unsafe extern "C" fn XSetEventQueueOwner(
dpy: *mut Display,
owner: XEventQueueOwner,
)
Expand description
Set the owner of the X client event queue.
This function is behind the xlib_xcb
cargo feature.