From: Ray Strode Date: Thu, 12 Jun 2008 18:07:49 +0000 (-0400) Subject: place throbber relative to logo in spinfinity plugin X-Git-Tag: 0.3.2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76d837e38783f635e1cb7b258034b82e7ef7bee1;p=thirdparty%2Fplymouth.git place throbber relative to logo in spinfinity plugin --- diff --git a/src/splash-plugins/spinfinity/plugin.c b/src/splash-plugins/spinfinity/plugin.c index 79b7de2d..07f9ffd2 100644 --- a/src/splash-plugins/spinfinity/plugin.c +++ b/src/splash-plugins/spinfinity/plugin.c @@ -195,7 +195,7 @@ start_animation (ply_boot_splash_plugin_t *plugin) plugin->loop, plugin->window, area.width / 2.0 - width / 2.0, - area.height / 2.0 - height / 2.0); + plugin->logo_area.y + plugin->logo_area.height + height / 2); } static void