Changeset 1939:e8a93777df42 in roaraudio


Ignore:
Timestamp:
06/06/09 15:35:00 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

do not redefine channels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroarlight/colors.h

    r1938 r1939  
    4646#define ROAR_COLOR_TYPE_R              0x00000020 /* red         */ 
    4747#define ROAR_COLOR_TYPE_G              0x00000040 /* green       */ 
    48 #define ROAR_COLOR_TYPE_B              0x00000080 /* blue       */ 
     48#define ROAR_COLOR_TYPE_B              0x00000080 /* blue or ??? */ 
    4949#define ROAR_COLOR_TYPE_H              0x00000100 
    5050#define ROAR_COLOR_TYPE_S              0x00000200 
    5151#define ROAR_COLOR_TYPE_V              0x00000400 
    52 #define ROAR_COLOR_TYPE_B              0x00000800 
     52//#define ROAR_COLOR_TYPE_B              0x00000800 
    5353#define ROAR_COLOR_TYPE_L              0x00001000 
    5454#define ROAR_COLOR_TYPE_I              0x00002000 
Note: See TracChangeset for help on using the changeset viewer.