* grub-core/term/gfxterm.c (grub_virtual_screen_setup): Use

grub_term_normal_color, do not hardcode GRUB_TERM_DEFAULT_NORMAL_COLOR.
This commit is contained in:
Andrey Borzenkov 2013-06-16 16:24:05 +04:00
parent 702da5c9bf
commit 5b06b53cbd
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-06-16 Andrey Borzenkov <arvidjaar@gmail.com>
* grub-core/term/gfxterm.c (grub_virtual_screen_setup): Use
grub_term_normal_color, do not hardcode GRUB_TERM_DEFAULT_NORMAL_COLOR.
2013-06-16 Andrey Borzenkov <arvidjaar@gmail.com>
* conf/Makefile.extra-dist: Add grub-core/fs/cpio_common.c.