From: William Jon McCann Date: Wed, 4 Mar 2009 02:54:53 +0000 (-0500) Subject: use the configured colors for the gradient X-Git-Tag: 0.7.0~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d382570be182103771fa9c8f6ce040b2d1dfe70;p=thirdparty%2Fplymouth.git use the configured colors for the gradient Use the colors specified at configure time instead of hard-coded values. --- diff --git a/src/plugins/splash/fade-in/plugin.c b/src/plugins/splash/fade-in/plugin.c index 73318c54..07ebfc57 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); } void