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

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

revision 122 by harbaum, Tue Sep 15 13:52:04 2009 UTC revision 123 by harbaum, Wed Sep 23 11:23:45 2009 UTC
# Line 42  void osm_gps_map_osd_draw_balloon (OsmGp Line 42  void osm_gps_map_osd_draw_balloon (OsmGp
42  void osm_gps_map_osd_clear_balloon (OsmGpsMap *map);  void osm_gps_map_osd_clear_balloon (OsmGpsMap *map);
43  #endif  #endif
44    
45    #ifdef OSD_NAV
46    void osm_gps_map_osd_clear_nav (OsmGpsMap *map);
47    void osm_gps_map_osd_draw_nav (OsmGpsMap *map, float latitude, float longitude, char *name);
48    #endif
49    
50  #endif  #endif

Legend:
Removed from v.122  
changed lines
  Added in v.123