Clear screen when hiding splash in details plugin

This commit is contained in:
Ray Strode 2008-10-03 16:41:37 -04:00
parent 2a37ce94fc
commit b5aa6b10ae

View 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)