[PATCH 1/5] use the configured colors for the gradient

Ray Strode halfline at gmail.com
Wed Mar 4 12:29:53 PST 2009


> diff --git a/src/plugins/splash/fade-in/plugin.c b/src/plugins/splash/fade-in/plugin.c
> index 73318c5..07ebfc5 100644
> --- a/src/plugins/splash/fade-in/plugin.c
> +++ b/src/plugins/splash/fade-in/plugin.c
> @@ -436,7 +436,8 @@ on_erase (ply_boot_splash_plugin_t *plugin,
>   area.height = height;
>
>   ply_frame_buffer_fill_with_gradient (plugin->frame_buffer, &area,
> -                                       0x807c71, 0x3a362f);
> +                                       PLYMOUTH_BACKGROUND_START_COLOR,
> +                                       PLYMOUTH_BACKGROUND_END_COLOR);
>  }
Looks good.  Are these numbers the default numbers in configure.ac?
If not, may want to change them to match, so the look doesn't change.

--Ray


More information about the plymouth mailing list