diff options
author | Dave Chapman <dave@dchapman.com> | 2006-07-19 15:07:08 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2006-07-19 15:07:08 +0000 |
commit | 91d2678de89aacce13d918e3d38644cabbd2dbce (patch) | |
tree | 9ee80853207b36d291671c315e8e19df93d8ded0 /apps/gui | |
parent | 3ea74cc1b4583159adfe2e24a8edcacae078e2f3 (diff) |
Oops - fix warning and ensure bg_col is always set to a value.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10248 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
-rw-r--r-- | apps/gui/color_picker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/color_picker.c b/apps/gui/color_picker.c index d1d805848d..edf6a49570 100644 --- a/apps/gui/color_picker.c +++ b/apps/gui/color_picker.c @@ -100,6 +100,7 @@ static void draw_screen(struct screen *display, char *title, display->putsxy((display->width-i)/2,6,title ); text_top = display->char_height*2; + bg_col = background_color; for (i=0; i<3 ;i++) { if (!display_three_rows) |