Diff of /trunk/src/config.h

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

revision 105 by harbaum, Wed Sep 9 19:57:45 2009 UTC revision 106 by harbaum, Thu Sep 10 13:06:16 2009 UTC
# Line 49  Line 49 
49  #define ENABLE_OSD  #define ENABLE_OSD
50  #define ENABLE_BALLOON  #define ENABLE_BALLOON
51  #define OSD_SCALE  #define OSD_SCALE
52    #define OSD_CROSSHAIR
53    
54  #ifdef USE_MAEMO  #ifdef USE_MAEMO
55  #define BIG_BALLOONS  #define BIG_BALLOONS
# Line 56  Line 57 
57  #define BALLOON_AREA_HEIGHT      100  #define BALLOON_AREA_HEIGHT      100
58  #define BALLOON_CORNER_RADIUS     20  #define BALLOON_CORNER_RADIUS     20
59  #define OSD_FONT_SIZE             28  #define OSD_FONT_SIZE             28
 /* limit screen refresh while dragging to avoid delays */  
 #define OSM_GPS_MAP_REFRESH  25  
60  #define OSD_DIAMETER         60  #define OSD_DIAMETER         60
61  #define OSD_SCALE_FONT_SIZE  20  #define OSD_SCALE_FONT_SIZE  20
62    #define OSD_CROSSHAIR_RADIUS 20
63    
64    /* limit screen refresh while dragging to avoid delays */
65    #define OSM_GPS_MAP_REFRESH  25
66  #endif  #endif
67    
68    

Legend:
Removed from v.105  
changed lines
  Added in v.106