From: Ray Strode Date: Tue, 1 Jul 2008 18:55:11 +0000 (-0400) Subject: Clear screen to black before asking for password X-Git-Tag: 0.5.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b85a8051a3de11da455dd55a0559c381ffc85633;p=thirdparty%2Fplymouth.git Clear screen to black before asking for password --- diff --git a/src/splash-plugins/text/plugin.c b/src/splash-plugins/text/plugin.c index 216e482b..f52811c4 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);