gallium: switch boolean -> bool at the interface definitions
[mesa.git] / src / gallium / drivers / softpipe / sp_fence.c
index 1861b0da07ea17dc81dc2c579d1a5005a63b10c7..64ed9de47f2f1c85a5631c438760192a5aa63d0a 100644 (file)
@@ -40,7 +40,7 @@ softpipe_fence_reference(struct pipe_screen *screen,
 }
 
 
-static boolean
+static bool
 softpipe_fence_finish(struct pipe_screen *screen,
                       struct pipe_context *ctx,
                       struct pipe_fence_handle *fence,