Function x11rb::protocol::glx::make_context_current

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