]> git.street.me.uk Git - andy/viking.git/blobdiff - src/mapcache.h
Draw a compass and bearing while using the ruler
[andy/viking.git] / src / mapcache.h
index 2cc7ed9a6e2c3dc16e15dbd764dbe51719b34fcc..2e817dd1ec10b7ed8bfca5f43bb514a3fbc6fe8c 100644 (file)
@@ -25,7 +25,7 @@
 void a_mapcache_init ();
 void a_mapcache_add ( GdkPixbuf *pixbuf, gint x, gint y, gint z, guint8 type, guint zoom, guint8 alpha, gdouble xshrinkfactor, gdouble yshrinkfactor );
 GdkPixbuf *a_mapcache_get ( gint x, gint y, gint z, guint8 type, guint zoom, guint8 alpha, gdouble xshrinkfactor, gdouble yshrinkfactor );
 void a_mapcache_init ();
 void a_mapcache_add ( GdkPixbuf *pixbuf, gint x, gint y, gint z, guint8 type, guint zoom, guint8 alpha, gdouble xshrinkfactor, gdouble yshrinkfactor );
 GdkPixbuf *a_mapcache_get ( gint x, gint y, gint z, guint8 type, guint zoom, guint8 alpha, gdouble xshrinkfactor, gdouble yshrinkfactor );
-void a_mapcache_remove_all_shrinkfactors ( guint16 x, guint16 y, guint16 z, guint8 type, guint zoom, guint8 alpha );
+void a_mapcache_remove_all_shrinkfactors ( guint16 x, guint16 y, guint16 z, guint8 type, guint zoom );
 void a_mapcache_uninit ();
 
 #endif
 void a_mapcache_uninit ();
 
 #endif