summaryrefslogtreecommitdiffstats
path: root/friendfinder/e_smart_map.c
diff options
context:
space:
mode:
authorPatrick Hornecker2010-02-20 12:42:23 +0100
committerPatrick Hornecker2010-02-20 12:42:23 +0100
commit5bbe2ca10a09db4c444ce98f4ddea501e7c9be22 (patch)
tree90419438bf2e47a6edc63062e08af0a1f98a7629 /friendfinder/e_smart_map.c
parentfew bugs fixed, redrawing of bubbels changed (diff)
downloadfriendfinder-5bbe2ca10a09db4c444ce98f4ddea501e7c9be22.tar.gz
friendfinder-5bbe2ca10a09db4c444ce98f4ddea501e7c9be22.tar.xz
friendfinder-5bbe2ca10a09db4c444ce98f4ddea501e7c9be22.zip
few code work and tex source
Diffstat (limited to 'friendfinder/e_smart_map.c')
-rw-r--r--friendfinder/e_smart_map.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/friendfinder/e_smart_map.c b/friendfinder/e_smart_map.c
index d87335d..2bdcd23 100644
--- a/friendfinder/e_smart_map.c
+++ b/friendfinder/e_smart_map.c
@@ -28,6 +28,9 @@ static void _map_object_clip_unset(Evas_Object *o);
#define SMART_MAP_NAME "e_smart_map"
+struct bubble *bb;
+first_draw = 0;
+
void e_smart_map_set_info(Evas_Object *o, const char *info)
{
struct smart_map *smart;
@@ -84,8 +87,6 @@ static struct bubble *create_text_bubble(struct smart_map *smart, char *info, ch
return bubble;
}
-struct bubble *bb;
-first_draw = 0;
void e_smart_map_overlay_set_bubble(Evas_Object *o, char *overlay, char *info, char *text, double lat, double lon, int flags)
{
struct smart_map *smart;