mesa: reduce the size of gl_viewport_attrib
[mesa.git] / src / mesa / main / mtypes.h
index d8cb8f832c3086e99a3c816971204ba133f5ad06..a589bd4bb297cece8db1bcd0cde00b954afd0c44 100644 (file)
@@ -1407,7 +1407,7 @@ struct gl_viewport_attrib
 {
    GLfloat X, Y;               /**< position */
    GLfloat Width, Height;      /**< size */
-   GLdouble Near, Far;         /**< Depth buffer range */
+   GLfloat Near, Far;          /**< Depth buffer range */
 };