grub-devel
[Top][All Lists]
Advanced

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

Re: Search for images within sub-directories of the theme's directory.


From: Towheed Mohammed
Subject: Re: Search for images within sub-directories of the theme's directory.
Date: Fri, 24 Feb 2012 15:12:28 -0800 (PST)

Then it should not be searched for in the theme file as a component's property:

From gui_image.c
210  if (grub_strcmp (name, "theme_dir") == 0)
211                 {

Other components uses theme_dir but do not look for it as one of their 
properties.

For others like myself, who peruses the source files looking for changed 
components/properties/properties' default values etc , it would not lead us 
into thinking that properties etc have been changed.

Thanks

Towheed Mohammed

----- Original Message -----
From: Vladimir 'φ-coder/phcoder' Serbinenko <address@hidden>
To: The development of GNU GRUB <address@hidden>
Cc: 
Sent: Friday, February 24, 2012 4:53 PM
Subject: Re: Search for images within sub-directories of the theme's directory.

On 24.02.2012 03:29, Towheed Mohammed wrote:
> The following components:
> 1. image
> 2. progress_bar, and
>
> 3. circular_progress
>
> have the 'theme_dir' property.  A theme designer can use this property to 
> place image files within sub-directories of the theme's directory.  However, 
> 00_header searches for images only in the theme's directory:
theme_dir isn't intended to be set in theme file. It's internal.


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko


_______________________________________________
Grub-devel mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/grub-devel




reply via email to

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