diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mesa/drivers/dri/trident/trident_vb.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/mesa/drivers/dri/trident/trident_vb.c b/src/mesa/drivers/dri/trident/trident_vb.c index b231f5ef15..055a914595 100644 --- a/src/mesa/drivers/dri/trident/trident_vb.c +++ b/src/mesa/drivers/dri/trident/trident_vb.c @@ -402,7 +402,7 @@ void tridentInitVB( GLcontext *ctx )     tridentContextPtr tmesa = TRIDENT_CONTEXT(ctx);     GLuint size = TNL_CONTEXT(ctx)->vb.Size; -   tmesa->verts = (char *)ALIGN_MALLOC( size * 16 * 4, 32 ); +   tmesa->verts = (GLubyte *)ALIGN_MALLOC( size * 16 * 4, 32 );     {        static int firsttime = 1; | 
