summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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