Rev 4678 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4678 | Rev 4688 | ||
---|---|---|---|
Line 35... | Line 35... | ||
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 | typedef enum { |
39 | VISUAL_INDIRECT_8, |
39 | VISUAL_INDIRECT_8, |
- | 40 | VISUAL_RGB_5_5_5_LE, |
|
40 | VISUAL_BGR_5_5_5, |
41 | VISUAL_RGB_5_5_5_BE, |
41 | VISUAL_BGR_5_6_5, |
42 | VISUAL_RGB_5_6_5_LE, |
- | 43 | VISUAL_RGB_5_6_5_BE, |
|
42 | VISUAL_BGR_8_8_8, |
44 | VISUAL_BGR_8_8_8, |
43 | VISUAL_BGR_0_8_8_8, |
45 | VISUAL_BGR_0_8_8_8, |
44 | VISUAL_BGR_8_8_8_0, |
46 | VISUAL_BGR_8_8_8_0, |
45 | VISUAL_RGB_8_8_8, |
47 | VISUAL_RGB_8_8_8, |
46 | VISUAL_RGB_0_8_8_8, |
48 | VISUAL_RGB_0_8_8_8, |