From b5aa6b10aec920cee7c3bc8e283e89087d46ba86 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Fri, 3 Oct 2008 16:41:37 -0400 Subject: [PATCH] Clear screen when hiding splash in details plugin --- src/plugins/splash/details/plugin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/splash/details/plugin.c b/src/plugins/splash/details/plugin.c index 7ae82530..92327c81 100644 --- a/src/plugins/splash/details/plugin.c +++ b/src/plugins/splash/details/plugin.c @@ -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)