Subversion Repositories HelenOS

Rev

Rev 1993 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1993 Rev 1994
Line 34... Line 34...
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
#define VISUAL_INDIRECT_8   0
38
#define VISUAL_INDIRECT_8   0
-
 
39
 
39
#define VISUAL_RGB_5_5_5    1
40
#define VISUAL_RGB_5_5_5    1
40
#define VISUAL_RGB_5_6_5    2
41
#define VISUAL_RGB_5_6_5    2
41
#define VISUAL_RGB_8_8_8    3
42
#define VISUAL_RGB_8_8_8    3
42
#define VISUAL_RGB_8_8_8_0  4
43
#define VISUAL_RGB_8_8_8_0  4
43
#define VISUAL_RGB_0_8_8_8  5
44
#define VISUAL_RGB_0_8_8_8  5
44
 
45
 
-
 
46
#define VISUAL_BGR_0_8_8_8  6
-
 
47
 
45
#endif
48
#endif
46
 
49
 
47
/** @}
50
/** @}
48
 */
51
 */