]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Don't clear screen when hiding details plugin
authorRay Strode <rstrode@redhat.com>
Mon, 10 Nov 2008 18:15:10 +0000 (13:15 -0500)
committerRay Strode <rstrode@redhat.com>
Mon, 10 Nov 2008 18:15:10 +0000 (13:15 -0500)
src/plugins/splash/details/plugin.c

index 4ac3bb1635349532a98c1544da7b6ea8630b6c8c..b4fc3e6d3a3f97c2f9976f0c64a600ea638684f9 100644 (file)
@@ -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);