mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-06 04:28:29 +02:00
Clear screen in details plugin after boot up
This commit is contained in:
parent
5c151fb52d
commit
8931fdb0ef
1 changed files with 2 additions and 0 deletions
|
|
@ -231,6 +231,8 @@ static void
|
|||
uninitialize_window (ply_window_t *window,
|
||||
ply_boot_splash_plugin_t *plugin)
|
||||
{
|
||||
ply_window_clear_screen (window);
|
||||
|
||||
ply_window_set_keyboard_input_handler (window, NULL, NULL);
|
||||
ply_window_set_backspace_handler (window, NULL, NULL);
|
||||
ply_window_set_enter_handler (window, NULL, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue