From 8931fdb0ef17177d852d49b2152372ec3c8697cc Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Fri, 17 Oct 2008 15:43:15 -0400 Subject: [PATCH] Clear screen in details plugin after boot up --- src/plugins/splash/details/plugin.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/splash/details/plugin.c b/src/plugins/splash/details/plugin.c index b4fc3e6d..4ac3bb16 100644 --- a/src/plugins/splash/details/plugin.c +++ b/src/plugins/splash/details/plugin.c @@ -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);