summaryrefslogtreecommitdiff
path: root/navit/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/layout.h')
-rw-r--r--navit/layout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/layout.h b/navit/layout.h
index e8ff4c0a8..1f36459d0 100644
--- a/navit/layout.h
+++ b/navit/layout.h
@@ -56,6 +56,8 @@ struct element {
int width;
int height;
int rotation;
+ int x;
+ int y;
} icon;
struct element_text {
struct color background_color;