type PeerAddr = (Family, Vec<u8>);
Expand description
The address of a peer in a format suitable for xauth.
These values can be directly given to x11rb_protocol::xauth::get_auth
.
type PeerAddr = (Family, Vec<u8>);
The address of a peer in a format suitable for xauth.
These values can be directly given to x11rb_protocol::xauth::get_auth
.