gallium/util: s/boolean/unsigned/
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user