(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:
parent
198cae0c96
commit
159b4a8bb7
2 changed files with 28 additions and 33 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue