gallium: s/bool/boolean/
[mesa.git] / src / gallium / drivers / r300 / r300_state_derived.c
index 04499c78cc672b50b8e85127d8d261fefa6dd680..121409b22604887fb8244f1f75d368e08ef8175b 100644 (file)
@@ -438,7 +438,7 @@ static void r300_update_rs_block(struct r300_context *r300)
 
     /* Rasterize texture coordinates. */
     for (i = 0; i < ATTR_GENERIC_COUNT && tex_count < 8; i++) {
-       bool sprite_coord = false;
+       boolean sprite_coord = false;
 
        if (fs_inputs->generic[i] != ATTR_UNUSED) {
            sprite_coord = !!(r300->sprite_coord_enable & (1 << i));