From: martin-s Date: Thu, 11 Nov 2010 18:11:51 +0000 (+0000) Subject: Add:Core:Exported set_timeout function X-Git-Tag: navit-0.5.0.5194svn~1517 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=55b64ac4e4d9e3600a0f4c96264f6329bd60f866;p=profile%2Fivi%2Fnavit.git Add:Core:Exported set_timeout function git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@3675 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- diff --git a/navit/navit/navit.c b/navit/navit/navit.c index b9faef9..261c8c3 100644 --- a/navit/navit/navit.c +++ b/navit/navit/navit.c @@ -360,7 +360,7 @@ update_transformation(struct transformation *tr, struct point *old, struct point transform_set_center(tr, &c); } -static void +void navit_set_timeout(struct navit *this_) { struct attr follow; diff --git a/navit/navit/navit.h b/navit/navit/navit.h index c21c1a9..c12f457 100644 --- a/navit/navit/navit.h +++ b/navit/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);