summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.c
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-27 10:46:14 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-27 12:25:09 -0800
commitfd5411fe362a398ab0506c2becdd5953711476d5 (patch)
tree2aa5c55ab941cf793576653d6790771bb8af3615 /src/gallium/drivers/r300/r300_context.c
parent67025f789324163a69771436e852975d3acbcd86 (diff)
r300-gallium: Turn true and false into TRUE and FALSE.
Match the rest of Gallium.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r--src/gallium/drivers/r300/r300_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c
index 15a8751549..81ac6ffc0d 100644
--- a/src/gallium/drivers/r300/r300_context.c
+++ b/src/gallium/drivers/r300/r300_context.c
@@ -73,7 +73,7 @@ static boolean r300_draw_range_elements(struct pipe_context* pipe,
start + count - 1, NULL);
}
- return true;
+ return TRUE;
}
static boolean r300_draw_elements(struct pipe_context* pipe,