From 15fb88e912531110f1a31ede2100910fdda2823e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 6 Oct 2016 17:30:20 -0600 Subject: mesa: rename gl_vertex_attrib_array gl_array_attributes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The structure contains the attributes of a vertex array. The old name was kind of confusing. Reviewed-by: Mathias Fröhlich --- src/mesa/main/get.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/get.c') diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index c11bcde207a..6234f6ed6b7 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -607,7 +607,7 @@ static void find_custom_value(struct gl_context *ctx, const struct value_desc *d, union value *v) { struct gl_buffer_object **buffer_obj; - struct gl_vertex_attrib_array *array; + struct gl_array_attributes *array; GLuint unit, *p; switch (d->pname) { -- cgit v1.2.3