diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-06-16 13:55:41 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-06-16 15:02:59 -0400 |
| commit | 0087cc646452d5df8d716eff1ae0b1938f2485ef (patch) | |
| tree | 8538734f15b4dfc24120591cdf68808583e8556c /src/splash-plugins/spinfinity/plugin.c | |
| parent | bbbe3af42a52fa2eea871602c863908d879de434 (diff) | |
| download | plymouth-0087cc646452d5df8d716eff1ae0b1938f2485ef.tar.gz plymouth-0087cc646452d5df8d716eff1ae0b1938f2485ef.tar.xz plymouth-0087cc646452d5df8d716eff1ae0b1938f2485ef.zip | |
Use proper gradient color stops for spinfinity
Diffstat (limited to 'src/splash-plugins/spinfinity/plugin.c')
| -rw-r--r-- | src/splash-plugins/spinfinity/plugin.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/splash-plugins/spinfinity/plugin.c b/src/splash-plugins/spinfinity/plugin.c index 8c8247c..ec30a38 100644 --- a/src/splash-plugins/spinfinity/plugin.c +++ b/src/splash-plugins/spinfinity/plugin.c @@ -148,8 +148,9 @@ static void draw_background (ply_boot_splash_plugin_t *plugin, ply_frame_buffer_area_t *area) { - ply_frame_buffer_fill_with_hex_color (plugin->frame_buffer, area, - PLYMOUTH_BACKGROUND_COLOR); + ply_frame_buffer_fill_with_gradient (plugin->frame_buffer, area, + PLYMOUTH_BACKGROUND_START_COLOR, + PLYMOUTH_BACKGROUND_END_COLOR); } static void |
