This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
fixed RBGA ifdef typo
tags/mesa_3_5
Brian Paul
24 years ago
parent
95e02a210e
commit
ca8c6a0337
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/mesa/drivers/common/t_dd_vertex.h
+ 1
- 1
src/mesa/drivers/common/t_dd_vertex.h
View File
@@ -25,7 +25,7 @@
* Keith Whitwell <keithw@valinux.com>
*/
#if
(
COLOR_IS_R
B
GA
)
#if
def
COLOR_IS_RG
B
A
typedef struct {
GLubyte red;
GLubyte green;
Write
Preview
Loading…
Cancel
Save