summaryrefslogtreecommitdiff
path: root/navit/navit.h
diff options
context:
space:
mode:
authortinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-22 20:51:52 +0000
committertinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-22 20:51:52 +0000
commit319fd2b6051326d4fd0ea8bc2634d9cf67d8b80e (patch)
tree226ce04bb5c46f439ee0cacfbee12515aa9352d4 /navit/navit.h
parent33126b71ddf0860d3a56cf2d84c0279d6181d198 (diff)
downloadnavit-svn-319fd2b6051326d4fd0ea8bc2634d9cf67d8b80e.tar.gz
Fix:Core/gui-internal:Hide "stop navigation" if there is no path calculated
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1532 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit.h')
-rw-r--r--navit/navit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/navit.h b/navit/navit.h
index 1cf91fb8..a79b791e 100644
--- a/navit/navit.h
+++ b/navit/navit.h
@@ -52,6 +52,7 @@ void navit_draw(struct navit *this_);
void navit_draw_displaylist(struct navit *this_);
void navit_resize(void *data, int w, int h);
int navit_get_width(struct navit *this_);
+int navit_check_route(struct navit *this_);
int navit_get_height(struct navit *this_);
int navit_ignore_button(struct navit *this_);
int navit_handle_button(struct navit *this_, int pressed, int button, struct point *p, struct callback *popup_callback);