summaryrefslogtreecommitdiff
path: root/navit/osd.h
diff options
context:
space:
mode:
authortegzed <tegzed@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-09-07 20:00:13 +0000
committertegzed <tegzed@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-09-07 20:00:13 +0000
commit6fbe0cf713ce19309a3f408e816236340eb95911 (patch)
treed165bde2114eaf1fbd5f7e8b40b628da17addcf4 /navit/osd.h
parent1621540dc487a5f0f670750d72ee919380b989f9 (diff)
downloadnavit-svn-6fbe0cf713ce19309a3f408e816236340eb95911.tar.gz
add:core: -added possibility to select objects in the command system by filter expressions (Eg: osd[@attr1==1 && (@attr2 != 2 || @attr3 != "strval") ][0]) and optionally indexing the result of filtering
- enabled setting common attributes (x,y,w,h) for OSDs in one place - removed osd_set_attr() command system function in favour of the new object selection mechanism git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4768 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/osd.h')
-rw-r--r--navit/osd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/navit/osd.h b/navit/osd.h
index 5696f4a8..45eabd7a 100644
--- a/navit/osd.h
+++ b/navit/osd.h
@@ -68,7 +68,6 @@ void osd_set_std_config(struct navit *nav, struct osd_item *item);
void osd_set_std_graphic(struct navit *nav, struct osd_item *item, struct osd_priv *priv);
void osd_std_resize(struct osd_item *item);
void osd_std_draw(struct osd_item *item);
-struct osd* osd_get_osd_by_name(char *name);
int osd_set_attr(struct osd *osd, struct attr* attr);
int osd_get_attr(struct osd *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter);
/* end of prototypes */