Diff of /trunk/src/osm-gps-map.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 55 by harbaum, Thu Aug 13 12:01:52 2009 UTC revision 57 by harbaum, Sun Aug 16 19:29:01 2009 UTC
# Line 107  void osm_gps_map_geographic_to_screen (O Line 107  void osm_gps_map_geographic_to_screen (O
107                                         gint *pixel_x, gint *pixel_y);                                         gint *pixel_x, gint *pixel_y);
108  void osm_gps_map_scroll (OsmGpsMap *map, gint dx, gint dy);  void osm_gps_map_scroll (OsmGpsMap *map, gint dx, gint dy);
109  float osm_gps_map_get_scale(OsmGpsMap *map);  float osm_gps_map_get_scale(OsmGpsMap *map);
110    void osm_gps_map_draw_balloon (OsmGpsMap *map, float latitude, float longitude);
111    void osm_gps_map_clear_balloon (OsmGpsMap *map);
112    
113  G_END_DECLS  G_END_DECLS
114    

Legend:
Removed from v.55  
changed lines
  Added in v.57