From: Pierre-Luc Beaudoin Date: Sat, 28 Feb 2009 22:05:18 +0000 (+0200) Subject: ChamplainZoomLevel and ChamplainTile are public API too X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b59846eddb1361182777d8c1a353d51d7a67828;p=libchamplain ChamplainZoomLevel and ChamplainTile are public API too --- diff --git a/champlain/Makefile.am b/champlain/Makefile.am index 8ae463b..92e4dec 100644 --- a/champlain/Makefile.am +++ b/champlain/Makefile.am @@ -55,6 +55,8 @@ libchamplain_include_HEADERS = \ champlain-defines.h \ champlain-layer.h \ champlain-map-source.h \ + champlain-tile.h \ + champlain-zoom-level.h \ champlain-marker.h libchamplain_0_3_la_LIBADD = $(DEPS_LIBS) ../tidy/libtidy-1.0.la diff --git a/champlain/champlain-tile.h b/champlain/champlain-tile.h index dd44439..afde69b 100644 --- a/champlain/champlain-tile.h +++ b/champlain/champlain-tile.h @@ -20,7 +20,6 @@ #define CHAMPLAIN_MAP_TILE_H #include -#include #include #include @@ -75,7 +74,6 @@ void champlain_tile_set_uri (ChamplainTile *self, gchar* uri); void champlain_tile_set_filename (ChamplainTile *self, gchar* filename); void champlain_tile_set_actor (ChamplainTile *self, ClutterActor* actor); -ChamplainTile* tile_load (Map* map, gint zoom_level, gint x, gint y, gboolean offline); G_END_DECLS #endif /* CHAMPLAIN_MAP_TILE_H */ diff --git a/champlain/champlain-zoom-level.h b/champlain/champlain-zoom-level.h index 032e0d9..64f774f 100644 --- a/champlain/champlain-zoom-level.h +++ b/champlain/champlain-zoom-level.h @@ -19,7 +19,6 @@ #ifndef CHAMPLAIN_ZOOM_LEVEL_H #define CHAMPLAIN_ZOOM_LEVEL_H -#include "champlain-private.h" #include "champlain-tile.h" #include