mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 13:38:45 +02:00
Clear screen when hiding splash in details plugin
This commit is contained in:
parent
2a37ce94fc
commit
b5aa6b10ae
1 changed files with 1 additions and 0 deletions
|
|
@ -228,6 +228,7 @@ hide_splash_screen (ply_boot_splash_plugin_t *plugin,
|
|||
ply_window_set_keyboard_input_handler (plugin->window, NULL, NULL);
|
||||
ply_window_set_backspace_handler (plugin->window, NULL, NULL);
|
||||
ply_window_set_enter_handler (plugin->window, NULL, NULL);
|
||||
ply_window_clear_screen (plugin->window);
|
||||
|
||||
ply_event_loop_stop_watching_for_exit (plugin->loop,
|
||||
(ply_event_loop_exit_handler_t)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue