* grub-core/term/gfxterm.c (grub_gfxterm_fullscreen): Preserve previous

bitmap.
	(grub_gfxterm_term_init): Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-04-19 22:31:50 +02:00
parent abc474ef4b
commit bba79a1502
2 changed files with 6 additions and 7 deletions

View file

@ -1,3 +1,9 @@
2011-04-19 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/term/gfxterm.c (grub_gfxterm_fullscreen): Preserve previous
bitmap.
(grub_gfxterm_term_init): Likewise.
2011-04-19 Vladimir Serbinenko <phcoder@gmail.com>
Take into account the decorations the computing menu entry width.