summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-06-16 13:57:49 -0400
committerRay Strode <rstrode@redhat.com>2008-06-16 15:02:59 -0400
commit9649385000d7bffd468c6a0592ac1aa5b92552ff (patch)
treefeba6cd8b44d90c368bccfcf0ea784446282a709
parent0087cc646452d5df8d716eff1ae0b1938f2485ef (diff)
downloadplymouth-9649385000d7bffd468c6a0592ac1aa5b92552ff.tar.gz
plymouth-9649385000d7bffd468c6a0592ac1aa5b92552ff.tar.xz
plymouth-9649385000d7bffd468c6a0592ac1aa5b92552ff.zip
Drop fade out in spinfinity plugin
-rw-r--r--src/splash-plugins/spinfinity/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/splash-plugins/spinfinity/plugin.c b/src/splash-plugins/spinfinity/plugin.c
index ec30a38..fe8f644 100644
--- a/src/splash-plugins/spinfinity/plugin.c
+++ b/src/splash-plugins/spinfinity/plugin.c
@@ -209,6 +209,7 @@ stop_animation (ply_boot_splash_plugin_t *plugin)
ply_throbber_stop (plugin->throbber);
+#ifdef ENABLE_FADE_OUT
for (i = 0; i < 10; i++)
{
ply_frame_buffer_fill_with_hex_color_at_opacity (plugin->frame_buffer, NULL,
@@ -227,6 +228,7 @@ stop_animation (ply_boot_splash_plugin_t *plugin)
ply_frame_buffer_fill_with_color (plugin->frame_buffer, NULL,
0.0, 0.0, 0.0, 1.0);
+#endif
}
static void