summaryrefslogtreecommitdiff
path: root/navit/plugin_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/plugin_def.h')
-rw-r--r--navit/plugin_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/plugin_def.h b/navit/plugin_def.h
index d948fb1ee..e496b5daa 100644
--- a/navit/plugin_def.h
+++ b/navit/plugin_def.h
@@ -22,7 +22,7 @@ struct navit;
struct callback_list;
PLUGIN_FUNC1(draw, struct container *, co)
PLUGIN_FUNC3(popup, struct container *, map, struct popup *, p, struct popup_item **, list)
-PLUGIN_TYPE(graphics, (struct navit *nav, struct graphics_methods *meth, struct attr **attrs))
+PLUGIN_TYPE(graphics, (struct navit *nav, struct graphics_methods *meth, struct attr **attrs, struct callback_list *cbl))
PLUGIN_TYPE(gui, (struct navit *nav, struct gui_methods *meth, struct attr **attrs))
PLUGIN_TYPE(map, (struct map_methods *meth, struct attr **attrs))
PLUGIN_TYPE(osd, (struct navit *nav, struct osd_methods *meth, struct attr **attrs))