summaryrefslogtreecommitdiff
path: root/navit/navit.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-10-30 16:58:57 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-10-30 16:58:57 +0000
commitc4d93a430abfc5a769f8e63576b5e0ba886ce6c0 (patch)
tree9e8ad218792bc8f082b74fd3336e63a8085e10f8 /navit/navit.h
parent2412e9e8df985f8e349bb560bc0f82dfccbe8748 (diff)
downloadnavit-c4d93a430abfc5a769f8e63576b5e0ba886ce6c0.tar.gz
Add:Core:Exported navit_set_center_cursor function
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3633 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 47180b087..5fcfc0f53 100644
--- a/navit/navit.h
+++ b/navit/navit.h
@@ -83,6 +83,7 @@ void navit_init(struct navit *this_);
void navit_zoom_to_rect(struct navit *this_, struct coord_rect *r);
void navit_zoom_to_route(struct navit *this_, int orientation);
void navit_set_center(struct navit *this_, struct pcoord *center, int set_timeout);
+void navit_set_center_cursor(struct navit *this_, int keep_orientation, int autozoom);
void navit_set_center_screen(struct navit *this_, struct point *p, int set_timeout);
int navit_set_attr(struct navit *this_, struct attr *attr);
int navit_get_attr(struct navit *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter);