mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
fixed RBGA ifdef typo
This commit is contained in:
parent
95e02a210e
commit
ca8c6a0337
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
* Keith Whitwell <keithw@valinux.com>
|
||||
*/
|
||||
|
||||
#if (COLOR_IS_RBGA)
|
||||
#ifdef COLOR_IS_RGBA
|
||||
typedef struct {
|
||||
GLubyte red;
|
||||
GLubyte green;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue