Function x11rb::protocol::glx::make_current

source ·
pub fn make_current<Conn>(
    conn: &Conn,
    drawable: Drawable,
    context: Context,
    old_context_tag: ContextTag
) -> Result<Cookie<'_, Conn, MakeCurrentReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,