uint*t -> u_int*t changes
[mesa.git] / src / mesa / drivers / dri / unichrome / via_screen.c
index fb00950bbbd8149410ab2f4e99a2362d12057d41..283dec140366fccd8c2d28624a80166223547c52 100644 (file)
@@ -324,8 +324,8 @@ viaFillInModes( unsigned pixel_bits, GLboolean have_back_buffer )
     /* The 32-bit depth-buffer mode isn't supported yet, so don't actually
      * enable it.
      */
-    static const uint8_t depth_bits_array[4]   = { 0, 16, 24, 32 };
-    static const uint8_t stencil_bits_array[4] = { 0,  0,  8,  0 };
+    static const u_int8_t depth_bits_array[4]   = { 0, 16, 24, 32 };
+    static const u_int8_t stencil_bits_array[4] = { 0,  0,  8,  0 };
     const unsigned depth_buffer_factor = 3;