2009-03-12 Vladimir Serbinenko <phcoder@gmail.com>
* term/gfxterm.c (GRUB_MOD_FINI(term_gfxterm)): Correct name of background image command.
This commit is contained in:
parent
c58bc32a67
commit
40164e7552
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2009-03-12 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* term/gfxterm.c (GRUB_MOD_FINI(term_gfxterm)): Correct name of
|
||||||
|
background image command.
|
||||||
|
|
||||||
2009-03-12 Colin D Bennett <colin@gibibit.com>
|
2009-03-12 Colin D Bennett <colin@gibibit.com>
|
||||||
|
|
||||||
* term/gfxterm.c (draw_cursor): Ensure character is redrawn.
|
* term/gfxterm.c (draw_cursor): Ensure character is redrawn.
|
||||||
|
|
|
@ -1166,6 +1166,6 @@ GRUB_MOD_INIT(term_gfxterm)
|
||||||
|
|
||||||
GRUB_MOD_FINI(term_gfxterm)
|
GRUB_MOD_FINI(term_gfxterm)
|
||||||
{
|
{
|
||||||
grub_unregister_command ("bgimage");
|
grub_unregister_command ("background_image");
|
||||||
grub_term_unregister_output (&grub_video_term);
|
grub_term_unregister_output (&grub_video_term);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue