Add:Core:Add more attributes
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 6 Jan 2009 18:58:27 +0000 (18:58 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 6 Jan 2009 18:58:27 +0000 (18:58 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1913 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/attr_def.h

index 7f47eed..9429b5d 100644 (file)
@@ -89,6 +89,8 @@ ATTR(orientation)
 ATTR(keyboard)
 ATTR(position_sats_signal)
 ATTR(cps)
+ATTR(fast)
+ATTR(osd_configuration)
 ATTR2(0x00028000,type_boolean_begin)
 /* boolean */
 ATTR(overwrite)
@@ -117,6 +119,7 @@ ATTR(drag_bitmap)
 ATTR(use_mousewheel)
 ATTR(fullscreen)
 ATTR(position_magnetic_direction)
+ATTR(use_overlay)
 ATTR2(0x0002ffff,type_int_end)
 ATTR2(0x00030000,type_string_begin)
 ATTR(type)
@@ -197,6 +200,8 @@ ATTR2(0x0006ffff,type_coord_geo_end)
 ATTR2(0x00070000,type_color_begin)
 ATTR(color)
 ATTR(color2)
+ATTR(background_color)
+ATTR(text_color)
 ATTR2(0x0007ffff,type_color_end)
 ATTR2(0x00080000,type_object_begin)
 ATTR(navit)