summaryrefslogtreecommitdiff
path: root/navit/plugin_def.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-26 18:06:54 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-26 18:06:54 +0000
commit21cc8db03e49d09fcd14adae94d3b23a8a8b5a96 (patch)
tree8ae5918b315d8ffc53206c8fe62994b14b75c455 /navit/plugin_def.h
parent82b173aa7d838c84681b852754fcfffafb487903 (diff)
downloadnavit-21cc8db03e49d09fcd14adae94d3b23a8a8b5a96.tar.gz
Add:Core:Made it possible to drag the bitmap instead of the vectors (based on code from Florian Hackenberg), some cleanups
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1569 ffa7fe5e-494d-0410-b361-a75ebd5db220
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))