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

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

revision 73 by harbaum, Sun Aug 23 19:38:15 2009 UTC revision 76 by harbaum, Mon Aug 24 19:21:46 2009 UTC
# Line 20  Line 20 
20  #ifndef _OSM_GPS_MAP_OSD_CLASSIC_H_  #ifndef _OSM_GPS_MAP_OSD_CLASSIC_H_
21  #define _OSM_GPS_MAP_OSD_CLASSIC_H_  #define _OSM_GPS_MAP_OSD_CLASSIC_H_
22    
23    #ifdef OSD_GPS_BUTTON
24  /* define custom gps button */  /* define custom gps button */
25  #define OSD_GPS   OSD_CUSTOM  #define OSD_GPS   OSD_CUSTOM
26  /* more could be added like */  /* more could be added like */
27  /* #define OSD_XYZ   OSD_CUSTOM+1  */  /* #define OSD_XYZ   OSD_CUSTOM+1  */
28    #endif
29    
30  #include "osm-gps-map.h"  #include "osm-gps-map.h"
31    
32  void osm_gps_map_osd_classic_init(OsmGpsMap *map);  void osm_gps_map_osd_classic_init(OsmGpsMap *map);
33    #ifdef OSD_GPS_BUTTON
34  void osm_gps_map_osd_enable_gps (OsmGpsMap *map, OsmGpsMapOsdCallback cb, gpointer data);  void osm_gps_map_osd_enable_gps (OsmGpsMap *map, OsmGpsMapOsdCallback cb, gpointer data);
35    #endif
36    
37  #endif  #endif

Legend:
Removed from v.73  
changed lines
  Added in v.76