summaryrefslogtreecommitdiff
path: root/navit/navit.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-11-11 18:11:51 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-11-11 18:11:51 +0000
commit8a636068f8d2e68dd16405cd1dcfd1a7fe272721 (patch)
treeee493ba5537cf7b54a0f214973236eb5f7c02390 /navit/navit.h
parente4055026178afad54482e05ed56b1b7c88452ea1 (diff)
downloadnavit-8a636068f8d2e68dd16405cd1dcfd1a7fe272721.tar.gz
Add:Core:Exported set_timeout function
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3675 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 c21c1a9a8..c12f45791 100644
--- a/navit/navit.h
+++ b/navit/navit.h
@@ -62,6 +62,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);