summaryrefslogtreecommitdiff
path: root/navit/navit.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-01-21 08:41:55 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-01-21 08:41:55 +0000
commitb840f1dbbe71fdc91ee4c6935a36c63952e45714 (patch)
tree49b57e854aa3ec2abbaa2904367dbf7937c8c08e /navit/navit.h
parent74b10e1727790c9b92dec77083dc0f17ce0c2900 (diff)
downloadnavit-b840f1dbbe71fdc91ee4c6935a36c63952e45714.tar.gz
Fix:Core:Reverted part of r5347 because function is needed for custom modules
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5349 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 4f8a7dc0a..68d3c9feb 100644
--- a/navit/navit.h
+++ b/navit/navit.h
@@ -64,6 +64,7 @@ int navit_get_width(struct navit *this_);
int navit_get_height(struct navit *this_);
int navit_ignore_button(struct navit *this_);
void navit_ignore_graphics_events(struct navit *this_, int ignore);
+void navit_set_timeout(struct navit *this_);
int navit_handle_button(struct navit *this_, int pressed, int button, struct point *p, struct callback *popup_callback);
void navit_handle_motion(struct navit *this_, struct point *p);
void navit_zoom_in(struct navit *this_, int factor, struct point *p);