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.
pub unsafe extern "C" fn XSetEventQueueOwner(
dpy: *mut Display,
owner: XEventQueueOwner,
)
Set the owner of the X client event queue.
This function is behind the xlib_xcb
cargo feature.