mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 22:28:08 +02:00
disable fedora-fade-in plugin animaton timeout when animation is stopped
This commit is contained in:
parent
040161f8ea
commit
5d7fe0d274
1 changed files with 7 additions and 0 deletions
|
|
@ -303,6 +303,13 @@ stop_animation (ply_boot_splash_plugin_t *plugin)
|
|||
0.0, 0.0, 0.0, 1.0);
|
||||
|
||||
ply_window_set_mode (plugin->window, PLY_WINDOW_MODE_TEXT);
|
||||
|
||||
if (plugin->loop != NULL)
|
||||
{
|
||||
ply_event_loop_stop_watching_for_timeout (plugin->loop,
|
||||
(ply_event_loop_timeout_handler_t)
|
||||
on_timeout, plugin);
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue