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 86 by harbaum, Sun Aug 30 19:05:44 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    osd_button_t osm_gps_map_osd_check(OsmGpsMap *map, gint x, gint y);
34    #ifdef OSD_GPS_BUTTON
35  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);
36    #endif
37    
38  #endif  #endif

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