From ca8c6a03372229ed454b941185a9480bd0e8f110 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 8 Mar 2001 22:27:41 +0000 Subject: fixed RBGA ifdef typo --- src/mesa/drivers/common/t_dd_vertex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/common/t_dd_vertex.h') 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 */ -#if (COLOR_IS_RBGA) +#ifdef COLOR_IS_RGBA typedef struct { GLubyte red; GLubyte green; -- cgit v1.2.3