]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Clear screen in details plugin after boot up
authorRay Strode <rstrode@redhat.com>
Fri, 17 Oct 2008 19:43:15 +0000 (15:43 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 17 Oct 2008 19:43:15 +0000 (15:43 -0400)
src/plugins/splash/details/plugin.c

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