Show mode id
This commit is contained in:
parent
540e2fe185
commit
4787931fe0
3 changed files with 17 additions and 6 deletions
|
@ -117,6 +117,9 @@ struct grub_video_mode_info
|
|||
/* In index color mode, number of colors. In RGB mode this is 256. */
|
||||
unsigned int number_of_colors;
|
||||
|
||||
unsigned int mode_number;
|
||||
#define GRUB_VIDEO_MODE_NUMBER_INVALID 0xffffffff
|
||||
|
||||
/* Optimization hint how binary data is coded. */
|
||||
enum grub_video_blit_format blit_format;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue