(redraw_screen_rect): Allow blend/replace of text layer to be

controlled independently from whether there is a background bitmap.
(grub_gfxterm_fullscreen): Change blend_text_bg when changing
bitmap.
(destroy_window): Likewise.
(grub_gfxterm_background_image_cmd): Likewise.
This commit is contained in:
Colin Watson 2010-12-14 12:28:36 +00:00
parent 198cae0c96
commit 159b4a8bb7
2 changed files with 28 additions and 33 deletions

View file

@ -39,6 +39,12 @@
function.
(GRUB_MOD_INIT): Register background_color command.
(GRUB_MOD_FINI): Unregister background_color command.
(redraw_screen_rect): Allow blend/replace of text layer to be
controlled independently from whether there is a background bitmap.
(grub_gfxterm_fullscreen): Change blend_text_bg when changing
bitmap.
(destroy_window): Likewise.
(grub_gfxterm_background_image_cmd): Likewise.
Fix border repainting.