From: Ray Strode Date: Thu, 26 Jun 2008 19:24:15 +0000 (-0400) Subject: Add blue background to text plugin X-Git-Tag: 0.4.5~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=209f8bb1d22c90fa549bd9c88df0ee721fec52da;p=thirdparty%2Fplymouth.git Add blue background to text plugin --- diff --git a/src/splash-plugins/text/plugin.c b/src/splash-plugins/text/plugin.c index ae8de180..8fa553f5 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);