Several fixes to ieee1275 and big-endian video.
This commit is contained in:
parent
813c16222f
commit
a8905e8ae8
18 changed files with 655 additions and 72 deletions
|
@ -31,7 +31,9 @@ struct grub_video_fbblit_info;
|
|||
struct grub_video_fbrender_target;
|
||||
|
||||
#define GRUB_VIDEO_FBSTD_NUMCOLORS 16
|
||||
extern struct grub_video_palette_data EXPORT_VAR(grub_video_fbstd_colors)[GRUB_VIDEO_FBSTD_NUMCOLORS];
|
||||
#define GRUB_VIDEO_FBSTD_EXT_NUMCOLORS 256
|
||||
|
||||
extern struct grub_video_palette_data EXPORT_VAR(grub_video_fbstd_colors)[GRUB_VIDEO_FBSTD_EXT_NUMCOLORS];
|
||||
|
||||
grub_err_t
|
||||
EXPORT_FUNC(grub_video_fb_init) (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue