summaryrefslogtreecommitdiff
path: root/navit/attr_def.h
diff options
context:
space:
mode:
authorlains <lains@caramail.com>2018-03-13 15:51:37 +0100
committerjkoan <jkoan@users.noreply.github.com>2018-03-13 15:51:37 +0100
commitb0e68b797350eda0a73c250526b1fa7e9f1fc61a (patch)
tree2764b165a7b62cc63bc5543d1ab0867873d8ad41 /navit/attr_def.h
parent803e32a64c7baf89de2b2d0ee2e6faa6f6b691e4 (diff)
downloadnavit-b0e68b797350eda0a73c250526b1fa7e9f1fc61a.tar.gz
change:osd: compass appearance update (#413)
* Making graphics_draw_polygon_clipped() and graphics_draw_polyline_clipped() non-static * Updating compass appearance * Adding doxygen comment on graphics_draw_polyline_clipped() and graphics_draw_polygon_clipped() * Improving doxygen comment * Allowing customization of compass colors using navit.xml attributes destination_dir_color and north_color
Diffstat (limited to 'navit/attr_def.h')
-rw-r--r--navit/attr_def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/attr_def.h b/navit/attr_def.h
index 9276e4d60..e2e3aeab1 100644
--- a/navit/attr_def.h
+++ b/navit/attr_def.h
@@ -433,6 +433,8 @@ ATTR(text_color)
ATTR(idle_color)
ATTR(background_color2)
ATTR(text_background)
+ATTR(destination_dir_color)
+ATTR(north_color)
ATTR2(0x0007ffff,type_color_end)
ATTR2(0x00080000,type_object_begin)
ATTR(navit)