Diff of /trunk/src/config.h

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

revision 111 by harbaum, Mon Sep 14 12:16:08 2009 UTC revision 146 by harbaum, Tue Oct 27 13:28:41 2009 UTC
# Line 41  Line 41 
41    
42  #define DEFAULT_IMAGE_PATH_HOME  ".gpxview/"  #define DEFAULT_IMAGE_PATH_HOME  ".gpxview/"
43    
44  #define LOCALEDIR "/usr/share/locale"  #define LOCALEDIR PREFIX "/share/locale"
45  #define PACKAGE   "gpxview"  #define PACKAGE   "gpxview"
46    
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  #define OSD_CROSSHAIR
53    #define OSD_NAV
54    
55  #ifdef USE_MAEMO  #ifdef USE_MAEMO
56  #define BIG_BALLOONS  #define BIG_BALLOONS
57  #define BALLOON_AREA_WIDTH       380  #define BALLOON_AREA_WIDTH        (380)
58  #define BALLOON_AREA_HEIGHT      100  #define BALLOON_AREA_HEIGHT       (100)
59  #define BALLOON_CORNER_RADIUS     20  #define BALLOON_CORNER_RADIUS     (20)
60  #define OSD_FONT_SIZE             28  #define OSD_FONT_SIZE             (28.0)
61  #define OSD_DIAMETER              60  #define OSD_DIAMETER              (60)
62  #define OSD_SCALE_FONT_SIZE       20  #define OSD_SCALE_FONT_SIZE       (20.0)
63  #define OSD_CROSSHAIR_RADIUS      20  #define OSD_COORDINATES_FONT_SIZE (20.0)
 #define OSD_COORDINATES_FONT_SIZE 20  
64    
 /* limit screen refresh while dragging to avoid delays */  
 #define OSM_GPS_MAP_REFRESH  25  
65  #endif  #endif
66    
67  #define OSD_COORDINATES  #define OSD_COORDINATES

Legend:
Removed from v.111  
changed lines
  Added in v.146