summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_context.h
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2006-09-17 14:36:07 +0000
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2006-09-17 14:36:07 +0000
commitc67f54552077b780df574cbcdea70b2cc37076ef (patch)
tree34a32d85ff7672d41f80e73a71a361cc0d1f53fc /src/mesa/drivers/dri/nouveau/nouveau_context.h
parente324c52237fd1184a1f8436c8735cdd9ade5e067 (diff)
Small changes
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_context.h')
-rw-r--r--src/mesa/drivers/dri/nouveau/nouveau_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_context.h b/src/mesa/drivers/dri/nouveau/nouveau_context.h
index 28fe944280..c5783993c7 100644
--- a/src/mesa/drivers/dri/nouveau/nouveau_context.h
+++ b/src/mesa/drivers/dri/nouveau/nouveau_context.h
@@ -92,7 +92,7 @@ typedef struct nouveau_context {
/* Vertex state */
GLuint vertex_size;
- char *verts;
+ GLubyte *verts;
struct tnl_attr_map vertex_attrs[VERT_ATTRIB_MAX];
GLuint vertex_attr_count;