Fix:Android:Correct surface handling
[navit-package] / navit / attr_def.h
index 20f3322..7512213 100644 (file)
@@ -124,6 +124,12 @@ ATTR(lag)
 ATTR(bpp)
 ATTR(fullscreen)
 ATTR(windowid)
+ATTR(hog)
+ATTR(flags_town)
+ATTR(flags_street)
+ATTR(flags_house_number)
+ATTR(use_camera)
+ATTR(flags_graphics)
 ATTR2(0x00027500,type_rel_abs_begin)
 /* These attributes are int that can either hold relative              *
  * or absolute values. A relative value is indicated by                *
@@ -259,6 +265,9 @@ ATTR(street_name_match)
 ATTR(language)
 ATTR(subtype)
 ATTR(filter)
+ATTR(daylayout)
+ATTR(nightlayout)
+ATTR(xml_text)
 ATTR2(0x0003ffff,type_string_end)
 ATTR2(0x00040000,type_special_begin)
 ATTR(order)
@@ -281,6 +290,7 @@ ATTR2(0x0005ffff,type_double_end)
 ATTR2(0x00060000,type_coord_geo_begin)
 ATTR(position_coord_geo)
 ATTR(center)
+ATTR(click_coord_geo)
 ATTR2(0x0006ffff,type_coord_geo_end)
 ATTR2(0x00070000,type_color_begin)
 ATTR(color)
@@ -337,6 +347,7 @@ ATTR2(0x000b0000,type_callback_begin)
 ATTR(resize)
 ATTR(motion)
 ATTR(keypress)
+ATTR(window_closed)
 ATTR(log_gpx)
 ATTR(log_textfile)
 ATTR2(0x000bffff,type_callback_end)