From b85a8051a3de11da455dd55a0559c381ffc85633 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 1 Jul 2008 14:55:11 -0400 Subject: Clear screen to black before asking for password --- src/splash-plugins/text/plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/splash-plugins') diff --git a/src/splash-plugins/text/plugin.c b/src/splash-plugins/text/plugin.c index 216e482..f52811c 100644 --- a/src/splash-plugins/text/plugin.c +++ b/src/splash-plugins/text/plugin.c @@ -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); -- cgit