summaryrefslogtreecommitdiff
path: root/navit/osd.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-07-31 21:30:22 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-07-31 21:30:22 +0000
commitf7d5027a056474db62118d46a39039c10328ea5d (patch)
treec67684624990d215261ebdc55c4b37a3dc966fbe /navit/osd.h
parent975925c4391fb4f68fbfe928534cf1d50adb31f4 (diff)
downloadnavit-f7d5027a056474db62118d46a39039c10328ea5d.tar.gz
Add:Core:osd_get and set_attr functions based on patch by dandor
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4668 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/osd.h')
-rw-r--r--navit/osd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/osd.h b/navit/osd.h
index 65ea1e61f..5696f4a8b 100644
--- a/navit/osd.h
+++ b/navit/osd.h
@@ -70,6 +70,7 @@ 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 */
#endif