fixed RBGA ifdef typo
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 8 Mar 2001 22:27:41 +0000 (22:27 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 8 Mar 2001 22:27:41 +0000 (22:27 +0000)
src/mesa/drivers/common/t_dd_vertex.h

index 3f62aeeb1a748f27adddd8946ae8ea123c92c706..7bc10e9457f8f4ec910aed0625fb4dfdd083c0d6 100644 (file)
@@ -25,7 +25,7 @@
  *   Keith Whitwell <keithw@valinux.com>
  */
 
-#if (COLOR_IS_RBGA)
+#ifdef COLOR_IS_RGBA
 typedef struct {
   GLubyte red;
   GLubyte green;