grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] allow user-configurable menucolor


From: Jeroen Dekkers
Subject: Re: [PATCH] allow user-configurable menucolor
Date: Sat, 05 Jan 2008 22:45:46 +0100
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/22.1 (x86_64-pc-linux-gnu) MULE/5.0 (SAKAKI)

At Thu, 3 Jan 2008 16:35:33 +0100,
Robert Millan wrote:
> diff -x '*~' -x '*.mk' -Nurp grub2/include/grub/normal.h 
> grub2.color/include/grub/normal.h
> --- grub2/include/grub/normal.h       2007-07-22 01:32:22.000000000 +0200
> +++ grub2.color/include/grub/normal.h 2008-01-03 16:12:53.000000000 +0100
> @@ -1,7 +1,7 @@
>  /* normal.h - prototypes for the normal mode */
>  /*
>   *  GRUB  --  GRand Unified Bootloader
> - *  Copyright (C) 2002,2003,2005,2006,2007  Free Software Foundation, Inc.
> + *  Copyright (C) 2002,2003,2005,2006,2007,2008  Free Software Foundation, 
> Inc.
>   *
>   *  GRUB is free software: you can redistribute it and/or modify
>   *  it under the terms of the GNU General Public License as published by
> @@ -154,6 +154,9 @@ grub_err_t grub_normal_print_device_info
>  grub_err_t grub_normal_menu_addentry (const char *title,
>                                     struct grub_script *script,
>                                     const char *sourcecode);
> +char *grub_env_write_color_normal (struct grub_env_var *var, const char 
> *val);
> +char *grub_env_write_color_highlight (struct grub_env_var *var, const char 
> *val);
> +void grub_wait_after_message (void);

You should actually also include grub/env.h if you use struct
grub_env_var in the prototypes. I've fixed that in CVS.


Jeroen Dekkers




reply via email to

[Prev in Thread] Current Thread [Next in Thread]