From: Brian Paul Date: Fri, 19 Jun 2009 15:39:56 +0000 (-0600) Subject: gallium/util: s/boolean/unsigned/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=157d52143a2b541ca9552de2e3323261fc0238cb;p=mesa.git gallium/util: s/boolean/unsigned/ --- diff --git a/src/gallium/auxiliary/util/u_prim.h b/src/gallium/auxiliary/util/u_prim.h index d7c3995dbf0..a9b533eea70 100644 --- a/src/gallium/auxiliary/util/u_prim.h +++ b/src/gallium/auxiliary/util/u_prim.h @@ -119,7 +119,7 @@ static INLINE boolean u_trim_pipe_prim( unsigned pipe_prim, unsigned *nr ) } -static INLINE boolean u_reduced_prim( unsigned pipe_prim ) +static INLINE unsigned u_reduced_prim( unsigned pipe_prim ) { switch (pipe_prim) { case PIPE_PRIM_POINTS: