wsi: add minImageCount override
[mesa.git] / src / mesa / math / m_matrix.h
index 778d716dce739f663df9ee09daa482c9bee8c0dc..c34d9e3022f7e9044ec8fc46e027278beed00576 100644 (file)
@@ -122,8 +122,8 @@ _math_matrix_frustum( GLmatrix *mat,
                      GLfloat nearval, GLfloat farval );
 
 extern void
-_math_matrix_viewport( GLmatrix *m, const double scale[3],
-                       const double translate[3], double depthMax );
+_math_matrix_viewport( GLmatrix *m, const float scale[3],
+                       const float translate[3], double depthMax );
 
 extern void
 _math_matrix_set_identity( GLmatrix *dest );