]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
fill lock screen with configured color in spinfinity plugin
authorRay Strode <rstrode@redhat.com>
Fri, 30 May 2008 15:05:21 +0000 (11:05 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 30 May 2008 15:05:21 +0000 (11:05 -0400)
src/splash-plugins/spinfinity/plugin.c

index aab9ebde7c335d943586f3280e74c1cea5ceb2d2..c02a0efa687ede5efddbbabb11200f35ddf55fce 100644 (file)
@@ -389,8 +389,8 @@ draw_password_entry (ply_boot_splash_plugin_t *plugin)
   lock_data = ply_image_get_data (plugin->lock_image);
   box_data = ply_image_get_data (plugin->box_image);
 
-  ply_frame_buffer_fill_with_color (plugin->frame_buffer, &plugin->box_area,
-                                    0.0, 0.43, .71, 1.0);
+  ply_frame_buffer_fill_with_hex_color (plugin->frame_buffer, NULL,
+                                        PLYMOUTH_BACKGROUND_COLOR);
 
   ply_frame_buffer_fill_with_argb32_data (plugin->frame_buffer,
                                           &plugin->box_area, 0, 0,