Function x11rb::protocol::randr::select_input
source ยท pub fn select_input<Conn>(
conn: &Conn,
window: Window,
enable: NotifyMask,
) -> Result<VoidCookie<'_, Conn>, ConnectionError>where
Conn: RequestConnection + ?Sized,