]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
place throbber relative to logo in spinfinity plugin
authorRay Strode <rstrode@redhat.com>
Thu, 12 Jun 2008 18:07:49 +0000 (14:07 -0400)
committerRay Strode <rstrode@redhat.com>
Thu, 12 Jun 2008 18:08:51 +0000 (14:08 -0400)
src/splash-plugins/spinfinity/plugin.c

index 79b7de2db02ba8f3381debf91ae1cbd5e47ab569..07f9ffd2bfed7a6788da9a72e075522be88211e8 100644 (file)
@@ -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