summaryrefslogtreecommitdiff
path: root/navit/layout.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-09-25 21:09:14 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-09-25 21:09:14 +0000
commitedd42e879f5ed8d846650c21190c5c8a2689363b (patch)
tree637de030a56af4cace13668155b3a03771a6074b /navit/layout.h
parentd676ed1b3b9d64952053ce066a0e59a1d2f3c5e9 (diff)
downloadnavit-edd42e879f5ed8d846650c21190c5c8a2689363b.tar.gz
Add:Core:Added support for arrows showing the direction of lines
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1417 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/layout.h')
-rw-r--r--navit/layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/layout.h b/navit/layout.h
index dda983431..6e615b5e1 100644
--- a/navit/layout.h
+++ b/navit/layout.h
@@ -27,7 +27,7 @@ struct element_line;
struct element_text;
struct element {
- enum { element_point, element_polyline, element_polygon, element_circle, element_label, element_icon, element_image } type;
+ enum { element_point, element_polyline, element_polygon, element_circle, element_label, element_icon, element_image, element_arrows } type;
struct color color;
int label_size;
union {