diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-05-30 11:05:21 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-05-30 11:05:21 -0400 |
| commit | 8aeea7fb1504c68c62e9fef795439077bf2a01ab (patch) | |
| tree | 0d7fd07a3df59420a8e585689dc84429d68e551c /src | |
| parent | 6c96b2fa3c15719ef2737aaafbb3cc8970dc4dc5 (diff) | |
| download | plymouth-8aeea7fb1504c68c62e9fef795439077bf2a01ab.tar.gz plymouth-8aeea7fb1504c68c62e9fef795439077bf2a01ab.tar.xz plymouth-8aeea7fb1504c68c62e9fef795439077bf2a01ab.zip | |
fill lock screen with configured color in spinfinity plugin
Diffstat (limited to 'src')
| -rw-r--r-- | src/splash-plugins/spinfinity/plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/splash-plugins/spinfinity/plugin.c b/src/splash-plugins/spinfinity/plugin.c index aab9ebd..c02a0ef 100644 --- a/src/splash-plugins/spinfinity/plugin.c +++ b/src/splash-plugins/spinfinity/plugin.c @@ -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, |
