Clear screen to black before asking for password

This commit is contained in:
Ray Strode 2008-07-01 14:55:11 -04:00
parent 09378c11a5
commit b85a8051a3

View file

@ -256,6 +256,7 @@ ask_for_password (ply_boot_splash_plugin_t *plugin,
plugin->pending_password_answer = answer;
stop_animation (plugin);
ply_window_set_background_color (plugin->window, PLY_WINDOW_COLOR_DEFAULT);
ply_window_clear_screen (plugin->window);
window_width = ply_window_get_number_of_text_columns (plugin->window);