]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Add blue background to text plugin
authorRay Strode <rstrode@redhat.com>
Thu, 26 Jun 2008 19:24:15 +0000 (15:24 -0400)
committerRay Strode <rstrode@redhat.com>
Thu, 26 Jun 2008 19:24:15 +0000 (15:24 -0400)
src/splash-plugins/text/plugin.c

index ae8de1809f4df19ec697c7b4ea34b9df3b7a8fb9..8fa553f5f2006552216b6406573100506aa51eab 100644 (file)
@@ -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);