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 112 by harbaum, Tue Sep 15 13:52:04 2009 UTC
# Line 47  Line 47 
47  // for osm-gps-map:  // for osm-gps-map:
48  #define USE_CAIRO  #define USE_CAIRO
49  #define ENABLE_OSD  #define ENABLE_OSD
50  #define ENABLE_BALLOON  #define OSD_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
60    #define OSD_DIAMETER              60
61    #define OSD_SCALE_FONT_SIZE       20
62    #define OSD_CROSSHAIR_RADIUS      20
63    #define OSD_COORDINATES_FONT_SIZE 20
64    
65  /* limit screen refresh while dragging to avoid delays */  /* limit screen refresh while dragging to avoid delays */
66  #define OSM_GPS_MAP_REFRESH  25  #define OSM_GPS_MAP_REFRESH  25
 #define OSD_DIAMETER         60  
 #define OSD_SCALE_FONT_SIZE  20  
67  #endif  #endif
68    
69    #define OSD_COORDINATES
70    #include <libintl.h>
71    #define OSD_COORDINATES_CHR_N  gettext("N")
72    #define OSD_COORDINATES_CHR_S  gettext("S")
73    #define OSD_COORDINATES_CHR_E  gettext("E")
74    #define OSD_COORDINATES_CHR_W  gettext("W")
75    
76  /* only maemo devices up to version 4 have a fullscreen button */  /* only maemo devices up to version 4 have a fullscreen button */
77  #ifdef USE_MAEMO  #ifdef USE_MAEMO

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