summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-02-14 15:04:45 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-02-14 15:04:45 +0000
commit0c1438d331051010e8f12f0bbee03b4659b0b598 (patch)
tree01e0449c305d427ca5abf03326bcda337110ad25 /src
parenta5033a0421102f65d642c5419bfe10a4d466d023 (diff)
replace size_t * w/ unsigned int * (Jurg Billeter)
Diffstat (limited to 'src')
-rw-r--r--src/glx/x11/indirect_vertex_array.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glx/x11/indirect_vertex_array.c b/src/glx/x11/indirect_vertex_array.c
index 62a101e665..6f11903be3 100644
--- a/src/glx/x11/indirect_vertex_array.c
+++ b/src/glx/x11/indirect_vertex_array.c
@@ -420,7 +420,7 @@ fill_array_info_cache( struct array_state_vector * arrays )
}
}
-
+foo
if ( arrays->new_DrawArrays_possible ) {
assert( ! arrays->new_DrawArrays_possible );
}
@@ -530,7 +530,7 @@ static GLubyte *
emit_DrawArrays_header_old( __GLXcontext * gc,
struct array_state_vector * arrays,
size_t * elements_per_request,
- size_t * total_requests,
+ unsigned int * total_requests,
GLenum mode, GLsizei count )
{
size_t command_size;