i965: don't use p_compiler.h types
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Fri, 9 Aug 2019 13:01:22 +0000 (16:01 +0300)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Fri, 9 Aug 2019 19:49:48 +0000 (22:49 +0300)
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Eric Engestrom <eric.engestrom@intel.com>
src/mesa/drivers/dri/i965/intel_screen.c

index 6c4d7c5be272581d2f275bc5b7f48f0384776ae2..b669f8d138c5928fa6e7603437fabf821ca755ad 100644 (file)
@@ -420,7 +420,7 @@ intel_image_format_lookup(int fourcc)
    return NULL;
 }
 
    return NULL;
 }
 
-static boolean
+static bool
 intel_image_get_fourcc(__DRIimage *image, int *fourcc)
 {
    if (image->planar_format) {
 intel_image_get_fourcc(__DRIimage *image, int *fourcc)
 {
    if (image->planar_format) {