diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-11-06 21:46:19 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2008-11-06 21:46:19 +0000 |
commit | 802873cb504a9e5e1d19ee47fa00bfcb8f524d97 (patch) | |
tree | 79fec0917e3471c2455c39c72485831b158ebd1d /navit/navit.h | |
parent | ae0287caa2ea32f6a7973dc0c9d020d2b4bfbe92 (diff) | |
download | navit-802873cb504a9e5e1d19ee47fa00bfcb8f524d97.tar.gz |
Fix:Core:Fix some compile warnings
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1663 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit.h')
-rw-r--r-- | navit/navit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/navit.h b/navit/navit.h index 82cb04e3a..edaf0f9f6 100644 --- a/navit/navit.h +++ b/navit/navit.h @@ -55,6 +55,7 @@ int navit_get_width(struct navit *this_); int navit_check_route(struct navit *this_); int navit_get_height(struct navit *this_); void navit_ignore_button(struct navit *this_); +void navit_ignore_graphics_events(struct navit *this_, int ignore); 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); |