Fix:osd_core:Use sane values for overlay color
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 3 Feb 2009 16:26:39 +0000 (16:26 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 3 Feb 2009 16:26:39 +0000 (16:26 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1997 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/osd/core/osd_core.c

index 5803587..da0f4d2 100644 (file)
@@ -105,9 +105,9 @@ osd_set_std_attr(struct attr **attrs, struct osd_item *item, int flags)
        item->text_color.b = 0xffff;
        item->text_color.a = 0xffff;
        if (flags & 1) {
-               item->color_bg.r = 0x0101;
-               item->color_bg.g = 0x0101;
-               item->color_bg.b = 0xfefe;
+               item->color_bg.r = 0x0808;
+               item->color_bg.g = 0x0808;
+               item->color_bg.b = 0xf8f8;
                item->color_bg.a = 0x0000;
        } else {
                item->color_bg.r = 0x0;