summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-06-26 15:24:15 -0400
committerRay Strode <rstrode@redhat.com>2008-06-26 15:24:15 -0400
commit209f8bb1d22c90fa549bd9c88df0ee721fec52da (patch)
tree4347e4b98ad313bb9589da6f26b46b1113fcfaa1 /src
parent036c7ddbeadd400f73da76857468edbd22eb25e2 (diff)
downloadplymouth-209f8bb1d22c90fa549bd9c88df0ee721fec52da.tar.gz
plymouth-209f8bb1d22c90fa549bd9c88df0ee721fec52da.tar.xz
plymouth-209f8bb1d22c90fa549bd9c88df0ee721fec52da.zip
Add blue background to text plugin
Diffstat (limited to 'src')
-rw-r--r--src/splash-plugins/text/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/splash-plugins/text/plugin.c b/src/splash-plugins/text/plugin.c
index ae8de18..8fa553f 100644
--- a/src/splash-plugins/text/plugin.c
+++ b/src/splash-plugins/text/plugin.c
@@ -104,6 +104,7 @@ start_animation (ply_boot_splash_plugin_t *plugin)
assert (plugin != NULL);
assert (plugin->loop != NULL);
+ ply_window_set_background_color (plugin->window, PLY_WINDOW_COLOR_BLUE);
ply_window_clear_screen (plugin->window);
ply_window_hide_text_cursor (plugin->window);
@@ -229,6 +230,7 @@ hide_splash_screen (ply_boot_splash_plugin_t *plugin,
detach_from_event_loop (plugin);
}
+ ply_window_set_background_color (plugin->window, PLY_WINDOW_COLOR_DEFAULT);
ply_window_clear_screen (plugin->window);
ply_window_show_text_cursor (plugin->window);