x11rb::protocol::sync

Function create_fence

Source
pub fn create_fence<Conn>(
    conn: &Conn,
    drawable: Drawable,
    fence: Fence,
    initially_triggered: bool,
) -> Result<VoidCookie<'_, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,