Add:Core:Exported set_timeout function
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Thu, 11 Nov 2010 18:11:51 +0000 (18:11 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Thu, 11 Nov 2010 18:11:51 +0000 (18:11 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@3675 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/navit.c
navit/navit/navit.h

index b9faef9..261c8c3 100644 (file)
@@ -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;
index c21c1a9..c12f457 100644 (file)
@@ -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);