mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 11:19:17 +02:00
Clear screen to black before asking for password
This commit is contained in:
parent
09378c11a5
commit
b85a8051a3
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue