summaryrefslogtreecommitdiff
path: root/navit/navit.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-11-11 18:06:57 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-11-11 18:06:57 +0000
commite4055026178afad54482e05ed56b1b7c88452ea1 (patch)
treeeed405491616c8d3c1b65863370d96ef9c974c95 /navit/navit.h
parent1be4e328aca4a541b94f1a1b3e17b4dd326326e7 (diff)
downloadnavit-e4055026178afad54482e05ed56b1b7c88452ea1.tar.gz
Add:Core:Exported zoom in/out around cursor functions
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3674 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit.h')
-rw-r--r--navit/navit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/navit.h b/navit/navit.h
index 92e3c71f8..c21c1a9a8 100644
--- a/navit/navit.h
+++ b/navit/navit.h
@@ -66,6 +66,8 @@ int navit_handle_button(struct navit *this_, int pressed, int button, struct poi
void navit_handle_motion(struct navit *this_, struct point *p);
void navit_zoom_in(struct navit *this_, int factor, struct point *p);
void navit_zoom_out(struct navit *this_, int factor, struct point *p);
+void navit_zoom_in_cursor(struct navit *this_, int factor);
+void navit_zoom_out_cursor(struct navit *this_, int factor);
struct navit *navit_new(struct attr *parent, struct attr **attrs);
void navit_add_message(struct navit *this_, char *message);
struct message *navit_get_messages(struct navit *this_);