Clear screen in details plugin after boot up

This commit is contained in:
Ray Strode 2008-10-17 15:43:15 -04:00
parent 5c151fb52d
commit 8931fdb0ef

View file

@ -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);