Show mode id

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-03 21:40:40 +02:00
parent 540e2fe185
commit 4787931fe0
3 changed files with 17 additions and 6 deletions

View file

@ -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;