mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 17:48:01 +02:00
Update progress as soon as the splash is shown
This commit is contained in:
parent
b0273ca055
commit
426a4ec6f5
1 changed files with 1 additions and 4 deletions
|
|
@ -241,10 +241,7 @@ ply_boot_splash_show (ply_boot_splash_t *splash)
|
|||
|
||||
if (splash->plugin_interface->on_boot_progress != NULL)
|
||||
{
|
||||
ply_event_loop_watch_for_timeout (splash->loop,
|
||||
1.0 / UPDATES_PER_SECOND,
|
||||
(ply_event_loop_timeout_handler_t)
|
||||
ply_boot_splash_update_progress, splash);
|
||||
ply_boot_splash_update_progress (splash)
|
||||
}
|
||||
|
||||
splash->is_shown = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue