Function x11rb::protocol::present::notify_msc

source ·
pub fn notify_msc<Conn>(
    conn: &Conn,
    window: Window,
    serial: u32,
    target_msc: u64,
    divisor: u64,
    remainder: u64
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,