diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-11-06 20:16:05 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-11-06 20:16:05 +0000 |
commit | ae0287caa2ea32f6a7973dc0c9d020d2b4bfbe92 (patch) | |
tree | b7c984f6a8276c2add07f00f8009839091e32219 /navit/xmlconfig.c | |
parent | 9de8dcd5c5fdb6ae0d715b0b3a8dffa551e0826b (diff) | |
download | navit-ae0287caa2ea32f6a7973dc0c9d020d2b4bfbe92.tar.gz |
Add:core:Added possibility to use pngs as cursor, added cursor desings from nekohayo
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1662 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/xmlconfig.c')
-rw-r--r-- | navit/xmlconfig.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/navit/xmlconfig.c b/navit/xmlconfig.c index 2dae988c0..d086bb6b5 100644 --- a/navit/xmlconfig.c +++ b/navit/xmlconfig.c @@ -301,7 +301,8 @@ struct element_func { { "itemgra", "layer", NULL, NEW(itemgra_new), ADD(itemgra_add_attr)}, { "circle", "itemgra", NULL, NEW(circle_new), ADD(element_add_attr)}, { "coord", "circle", NULL, NEW(coord_new_from_attrs)}, - { "icon", "itemgra", NULL, NEW(icon_new)}, + { "icon", "itemgra", NULL, NEW(icon_new), ADD(element_add_attr)}, + { "coord", "icon", NULL, NEW(coord_new_from_attrs)}, { "image", "itemgra", NULL, NEW(image_new)}, { "text", "itemgra", NULL, NEW(text_new)}, { "polygon", "itemgra", NULL, NEW(polygon_new), ADD(element_add_attr)}, |