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 121 by harbaum, Sun Sep 20 19:26:29 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  /* limit screen refresh while dragging to avoid delays */  #define OSD_DIAMETER              60
61  #define OSM_GPS_MAP_REFRESH  25  #define OSD_SCALE_FONT_SIZE       20
62  #define OSD_DIAMETER         60  #define OSD_CROSSHAIR_RADIUS      10
63  #define OSD_SCALE_FONT_SIZE  20  #define OSD_COORDINATES_FONT_SIZE 20
64    
65  #endif  #endif
66    
67    #define OSD_COORDINATES
68    #include <libintl.h>
69    #define OSD_COORDINATES_CHR_N  gettext("N")
70    #define OSD_COORDINATES_CHR_S  gettext("S")
71    #define OSD_COORDINATES_CHR_E  gettext("E")
72    #define OSD_COORDINATES_CHR_W  gettext("W")
73    
74  /* only maemo devices up to version 4 have a fullscreen button */  /* only maemo devices up to version 4 have a fullscreen button */
75  #ifdef USE_MAEMO  #ifdef USE_MAEMO

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