From 5b59846eddb1361182777d8c1a353d51d7a67828 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Sun, 1 Mar 2009 00:05:18 +0200 Subject: [PATCH] ChamplainZoomLevel and ChamplainTile are public API too --- champlain/Makefile.am | 2 ++ champlain/champlain-tile.h | 2 -- champlain/champlain-zoom-level.h | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) 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 -- 2.39.5