summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common/t_dd_vertex.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-03-08 22:27:41 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-03-08 22:27:41 +0000
commitca8c6a03372229ed454b941185a9480bd0e8f110 (patch)
treee1fb92eb34ab7b7f43549dbcf8281bfc99d2ccda /src/mesa/drivers/common/t_dd_vertex.h
parent95e02a210ed339ad20b0c16284dcdcf9af2dc755 (diff)
fixed RBGA ifdef typo
Diffstat (limited to 'src/mesa/drivers/common/t_dd_vertex.h')
-rw-r--r--src/mesa/drivers/common/t_dd_vertex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/common/t_dd_vertex.h b/src/mesa/drivers/common/t_dd_vertex.h
index 3f62aeeb1a..7bc10e9457 100644
--- a/src/mesa/drivers/common/t_dd_vertex.h
+++ b/src/mesa/drivers/common/t_dd_vertex.h
@@ -25,7 +25,7 @@
* Keith Whitwell <keithw@valinux.com>
*/
-#if (COLOR_IS_RBGA)
+#ifdef COLOR_IS_RGBA
typedef struct {
GLubyte red;
GLubyte green;