summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_prim.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-06-19 09:39:56 -0600
committerBrian Paul <brianp@vmware.com>2009-06-19 09:39:56 -0600
commit157d52143a2b541ca9552de2e3323261fc0238cb (patch)
tree4f4bf161789f480e655ccebd0b1b7053c56e0fc1 /src/gallium/auxiliary/util/u_prim.h
parentb0b8832e6f7db287f7251d626d6ae8fb134f0906 (diff)
downloadexternal_mesa3d-157d52143a2b541ca9552de2e3323261fc0238cb.zip
external_mesa3d-157d52143a2b541ca9552de2e3323261fc0238cb.tar.gz
external_mesa3d-157d52143a2b541ca9552de2e3323261fc0238cb.tar.bz2
gallium/util: s/boolean/unsigned/
Diffstat (limited to 'src/gallium/auxiliary/util/u_prim.h')
-rw-r--r--src/gallium/auxiliary/util/u_prim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_prim.h b/src/gallium/auxiliary/util/u_prim.h
index d7c3995..a9b533e 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: