summaryrefslogtreecommitdiff
path: root/navit/osd.h
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2015-02-20 00:20:52 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2015-02-20 00:20:52 +0000
commitf3b603d4a535a8716255cabe5e6a90d19f80b76f (patch)
treeda68d197a67a8fed8408808ca33f1b5641b6c954 /navit/osd.h
parent2ae3e439255dd8a485db4850e5a7093c433793fa (diff)
downloadnavit-f3b603d4a535a8716255cabe5e6a90d19f80b76f.tar.gz
Refactor:osd:Rename osd_std_draw to osd_fill_with_bgcolor; extract variable.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@6014 ffa7fe5e-494d-0410-b361-a75ebd5db220
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 */