mesa: Drop _mesa_getenv() wrapper.
[mesa.git] / src / mesa / math / m_matrix.h
index fc65f84dcf40fa7535d7868fb65d168c09a5f275..dddce70190fa3e7b830dc4bd29d07e7afce8f540 100644 (file)
@@ -122,7 +122,7 @@ _math_matrix_frustum( GLmatrix *mat,
                      GLfloat nearval, GLfloat farval );
 
 extern void
-_math_matrix_viewport(GLmatrix *m, GLint x, GLint y, GLint width, GLint height,
+_math_matrix_viewport(GLmatrix *m, GLfloat x, GLfloat y, GLfloat width, GLfloat height,
                       GLdouble zNear, GLdouble zFar, GLdouble depthMax);
 
 extern void