summaryrefslogtreecommitdiff
path: root/navit/graphics.h
diff options
context:
space:
mode:
authorSebastian Leske <sebastian.leske@sleske.name>2015-09-02 18:38:44 +0200
committerSebastian Leske <sebastian.leske@sleske.name>2015-09-06 14:31:09 +0200
commitbe4878e1fe39c53b09972586cb1d995a08e769e2 (patch)
tree415b5b3a23393fd113a06e294954491c8930ea99 /navit/graphics.h
parent42caba9d22681549beffb35e5906d9a00dc5445c (diff)
downloadnavit-be4878e1fe39c53b09972586cb1d995a08e769e2.tar.gz
Refactor:remove param 'alpha' from graphics_overlay_new/resize
Diffstat (limited to 'navit/graphics.h')
-rw-r--r--navit/graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/navit/graphics.h b/navit/graphics.h
index a9268e07a..fc72fb3b8 100644
--- a/navit/graphics.h
+++ b/navit/graphics.h
@@ -155,8 +155,8 @@ int graphics_set_attr(struct graphics *gra, struct attr *attr);
void graphics_set_rect(struct graphics *gra, struct point_rect *pr);
struct graphics *graphics_new(struct attr *parent, struct attr **attrs);
int graphics_get_attr(struct graphics *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter);
-struct graphics *graphics_overlay_new(struct graphics *parent, struct point *p, int w, int h, int alpha, int wraparound);
-void graphics_overlay_resize(struct graphics *this_, struct point *p, int w, int h, int alpha, int wraparound);
+struct graphics *graphics_overlay_new(struct graphics *parent, struct point *p, int w, int h, int wraparound);
+void graphics_overlay_resize(struct graphics *this_, struct point *p, int w, int h, int wraparound);
void graphics_init(struct graphics *this_);
void *graphics_get_data(struct graphics *this_, const char *type);
void graphics_add_callback(struct graphics *this_, struct callback *cb);