]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Clear screen when hiding splash in details plugin
authorRay Strode <rstrode@redhat.com>
Fri, 3 Oct 2008 20:41:37 +0000 (16:41 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 3 Oct 2008 20:41:37 +0000 (16:41 -0400)
src/plugins/splash/details/plugin.c

index 7ae8253090208066b53dee8b24233883562e4b55..92327c81d63df9544dee7b792906856002cdcf22 100644 (file)
@@ -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)