diff options
Diffstat (limited to 'xc/extras/Mesa/src/bbox.c')
-rw-r--r-- | xc/extras/Mesa/src/bbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/extras/Mesa/src/bbox.c b/xc/extras/Mesa/src/bbox.c index 24a2d86c1..a559a53ed 100644 --- a/xc/extras/Mesa/src/bbox.c +++ b/xc/extras/Mesa/src/bbox.c @@ -113,7 +113,7 @@ static void transform_bounds3( GLubyte *orMask, GLubyte *andMask, ACC_4V( data[i], dz ); - cliptest_bounds( orMask, andMask, (const GLfloat (*)[4])data, 8 ); + cliptest_bounds( orMask, andMask, (CONST GLfloat (*)[4])data, 8 ); } static void transform_bounds2( GLubyte *orMask, GLubyte *andMask, @@ -147,7 +147,7 @@ static void transform_bounds2( GLubyte *orMask, GLubyte *andMask, ACC_4V( data[2], dy ); ACC_4V( data[3], dy ); - cliptest_bounds( orMask, andMask, (const GLfloat (*)[4])data, 4 ); + cliptest_bounds( orMask, andMask, (CONST GLfloat (*)[4])data, 4 ); } /* Dummy |