Type Alias libvnc_sys::rfb::rfbSetServerInputProcPtr
source · pub type rfbSetServerInputProcPtr = Option<unsafe extern "C" fn(cl: *mut _rfbClientRec, status: c_int)>;Expand description
Status determines if the X11 server permits input from the local user status==0 or 1
Aliased Type§
enum rfbSetServerInputProcPtr {
None,
Some(unsafe extern "C" fn(_: *mut _rfbClientRec, _: i32)),
}