From: Ray Strode Date: Fri, 3 Oct 2008 20:41:37 +0000 (-0400) Subject: Clear screen when hiding splash in details plugin X-Git-Tag: 0.6.0~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5aa6b10aec920cee7c3bc8e283e89087d46ba86;p=thirdparty%2Fplymouth.git Clear screen when hiding splash in details plugin --- 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)