]> git.street.me.uk Git - andy/viking.git/blobdiff - src/mapcache.h
Diasable buttons on Track Properties Dialog when not needed.
[andy/viking.git] / src / mapcache.h
index a102fba43505eedec988fbbaf2034a8e731b07c2..97a3357c74c957e636c4b20a6bdb476a038aba89 100644 (file)
@@ -28,7 +28,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_remove_all_shrinkfactors ( guint16 x, guint16 y, guint16 z, guint8 type, guint zoom );
+void a_mapcache_remove_all_shrinkfactors ( gint x, gint y, gint z, guint8 type, guint zoom );
 void a_mapcache_uninit ();
 
 #endif