Diff of /trunk/src/config.h

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

revision 73 by harbaum, Wed Aug 19 20:03:28 2009 UTC revision 74 by harbaum, Mon Aug 24 09:23:36 2009 UTC
# Line 41  Line 41 
41  #define OSM_GPS_MAP_OSD_DIAMETER  60  #define OSM_GPS_MAP_OSD_DIAMETER  60
42  #endif  #endif
43    
44    /* specify OSD colors explicitely. Otherwise gtk default */
45    /* colors are used */
46    #define OSD_COLOR_BG         1, 1, 1         // white background
47    #define OSD_COLOR            0.5, 0.5, 1     // light blue border and controls
48    #define OSD_COLOR_DISABLED   0.8, 0.8, 0.8   // light grey disabled controls
49    #define OSD_SHADOW_ENABLE
50    #define OSD_NODIR                            // no direction arrows
51    
52  #endif // CONFIG_H  #endif // CONFIG_H

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