Function x11rb::protocol::sync::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,