Rev 4055 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4055 | Rev 4678 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | */ |
33 | */ |
34 | 34 | ||
35 | #ifndef KERN_VISUALS_H_ |
35 | #ifndef KERN_VISUALS_H_ |
36 | #define KERN_VISUALS_H_ |
36 | #define KERN_VISUALS_H_ |
37 | 37 | ||
- | 38 | typedef enum { |
|
38 | #define VISUAL_INDIRECT_8 0 |
39 | VISUAL_INDIRECT_8, |
39 | - | ||
40 | #define VISUAL_RGB_5_5_5 1 |
40 | VISUAL_BGR_5_5_5, |
41 | #define VISUAL_RGB_5_6_5 2 |
41 | VISUAL_BGR_5_6_5, |
42 | #define VISUAL_RGB_8_8_8 3 |
42 | VISUAL_BGR_8_8_8, |
- | 43 | VISUAL_BGR_0_8_8_8, |
|
43 | #define VISUAL_RGB_8_8_8_0 4 |
44 | VISUAL_BGR_8_8_8_0, |
44 | #define VISUAL_RGB_0_8_8_8 5 |
45 | VISUAL_RGB_8_8_8, |
45 | - | ||
46 | #define VISUAL_BGR_0_8_8_8 6 |
46 | VISUAL_RGB_0_8_8_8, |
47 | #define VISUAL_BGR_8_8_8 7 |
47 | VISUAL_RGB_8_8_8_0 |
- | 48 | } visual_t; |
|
48 | 49 | ||
49 | #endif |
50 | #endif |
50 | 51 | ||
51 | /** @} |
52 | /** @} |
52 | */ |
53 | */ |