Fix:gui_internal:Fixed missing backgound and text
authorrikky <rikky@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 25 Jan 2011 21:30:53 +0000 (21:30 +0000)
committerrikky <rikky@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 25 Jan 2011 21:30:53 +0000 (21:30 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4032 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/gui/internal/gui_internal.c

index f9567ca..6faec7d 100644 (file)
@@ -6558,8 +6558,8 @@ static struct command_table commands[] = {
 //##############################################################################################################
 static struct gui_priv * gui_internal_new(struct navit *nav, struct gui_methods *meth, struct attr **attrs, struct gui *gui)
 {
-       struct color color_white={0xffff,0xffff,0xffff,0x0};
-       struct color color_black={0x0,0x0,0x0,0x0};
+       struct color color_white={0xffff,0xffff,0xffff,0xffff};
+       struct color color_black={0x0,0x0,0x0,0xffff};
        struct color back2_color={0x4141,0x4141,0x4141,0xffff};
 
        struct gui_priv *this;