gallium/util: s/boolean/unsigned/

This commit is contained in:
Brian Paul 2009-06-19 09:39:56 -06:00
parent b0b8832e6f
commit 157d52143a

View file

@ -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: