From: Ray Strode Date: Fri, 17 Oct 2008 19:43:15 +0000 (-0400) Subject: Clear screen in details plugin after boot up X-Git-Tag: 0.6.0~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8931fdb0ef17177d852d49b2152372ec3c8697cc;p=thirdparty%2Fplymouth.git Clear screen in details plugin after boot up --- 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);