From 2d382570be182103771fa9c8f6ce040b2d1dfe70 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 3 Mar 2009 21:54:53 -0500 Subject: [PATCH] use the configured colors for the gradient Use the colors specified at configure time instead of hard-coded values. --- src/plugins/splash/fade-in/plugin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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