summaryrefslogtreecommitdiff
path: root/navit/osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/osd.h')
-rw-r--r--navit/osd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/osd.h b/navit/osd.h
index 68f96d8d1..1e6006ad6 100644
--- a/navit/osd.h
+++ b/navit/osd.h
@@ -73,7 +73,7 @@ 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_calculate_sizes(struct osd_item *item, int w, int h);
-void osd_std_draw(struct osd_item *item);
+void osd_fill_with_bgcolor(struct osd_item *item);
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 */