From: Ray Strode Date: Mon, 10 Nov 2008 18:15:10 +0000 (-0500) Subject: Don't clear screen when hiding details plugin X-Git-Tag: 0.6.0~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8baa0ca41ee28850a033b23d055a4a46c1e6a674;p=thirdparty%2Fplymouth.git Don't clear screen when hiding details plugin --- diff --git a/src/plugins/splash/details/plugin.c b/src/plugins/splash/details/plugin.c index 4ac3bb16..b4fc3e6d 100644 --- a/src/plugins/splash/details/plugin.c +++ b/src/plugins/splash/details/plugin.c @@ -231,8 +231,6 @@ 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);