uint*t -> u_int*t changes
[mesa.git] / src / mesa / drivers / dri / r128 / r128_context.h
index 0b4eaa2d74180e2eb4a311e0f3b7f18989b3004e..4574f298bf85b66860a6d3418187bea49485489f 100644 (file)
@@ -140,9 +140,9 @@ struct r128_context {
    GLfloat hw_viewport[16];
    GLfloat depth_scale;
 
-   uint32_t ClearColor;                        /* Color used to clear color buffer */
-   uint32_t ClearDepth;                        /* Value used to clear depth buffer */
-   uint32_t ClearStencil;              /* Value used to clear stencil */
+   u_int32_t ClearColor;                       /* Color used to clear color buffer */
+   u_int32_t ClearDepth;                       /* Value used to clear depth buffer */
+   u_int32_t ClearStencil;             /* Value used to clear stencil */
 
    /* Map GL texture units onto hardware
     */