Rev 4342 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4342 | Rev 4691 | ||
---|---|---|---|
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 | VISUAL_RGB_5_5_5_LE, |
|
40 | #define VISUAL_RGB_5_5_5 1 |
41 | VISUAL_RGB_5_5_5_BE, |
41 | #define VISUAL_RGB_5_6_5 2 |
42 | VISUAL_RGB_5_6_5_LE, |
- | 43 | VISUAL_RGB_5_6_5_BE, |
|
42 | #define VISUAL_RGB_8_8_8 3 |
44 | VISUAL_BGR_8_8_8, |
- | 45 | VISUAL_BGR_0_8_8_8, |
|
43 | #define VISUAL_RGB_8_8_8_0 4 |
46 | VISUAL_BGR_8_8_8_0, |
44 | #define VISUAL_RGB_0_8_8_8 5 |
47 | VISUAL_RGB_8_8_8, |
45 | - | ||
46 | #define VISUAL_BGR_0_8_8_8 6 |
48 | VISUAL_RGB_0_8_8_8, |
47 | #define VISUAL_BGR_8_8_8 7 |
49 | VISUAL_RGB_8_8_8_0 |
- | 50 | } visual_t; |
|
48 | 51 | ||
49 | #endif |
52 | #endif |
50 | 53 | ||
51 | /** @} |
54 | /** @} |
52 | */ |
55 | */ |