summaryrefslogtreecommitdiff
path: root/navit/graphics.h
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-11-05 20:13:21 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-11-05 20:13:21 +0000
commitc5f164cdda4592701a51f0d5fcb1d9c395151415 (patch)
treea516b2fb57102a5e7129fae3c786b27a87b26943 /navit/graphics.h
parent07fc32ffa8bfdbe1761b35a2fe325bc90a183129 (diff)
downloadnavit-c5f164cdda4592701a51f0d5fcb1d9c395151415.tar.gz
Fix:gui/internal:Fix warnings and comments, remove dead code.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5256 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/graphics.h')
-rw-r--r--navit/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/graphics.h b/navit/graphics.h
index 2bdc77d10..6f7f364ee 100644
--- a/navit/graphics.h
+++ b/navit/graphics.h
@@ -176,7 +176,7 @@ void graphics_draw_image(struct graphics *this_, struct graphics_gc *gc, struct
int graphics_draw_drag(struct graphics *this_, struct point *p);
void graphics_background_gc(struct graphics *this_, struct graphics_gc *gc);
void graphics_draw_text_std(struct graphics *this_, int text_size, char *text, struct point *p);
-char *graphics_icon_path(char *icon);
+char *graphics_icon_path(const char *icon);
void graphics_draw_itemgra(struct graphics *gra, struct itemgra *itm, struct transformation *t, char *label);
void graphics_displaylist_draw(struct graphics *gra, struct displaylist *displaylist, struct transformation *trans, struct layout *l, int flags);
void graphics_draw(struct graphics *gra, struct displaylist *displaylist, struct mapset *mapset, struct transformation *trans, struct layout *l, int async, struct callback *cb, int flags);