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

William Jon McCann william.jon.mccann at gmail.com
Wed Mar 4 12:33:36 PST 2009


On Wed, Mar 4, 2009 at 3:29 PM, Ray Strode <halfline at gmail.com> wrote:
>> 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.

Yup, they're the same.

Jon


More information about the plymouth mailing list