Diff of /trunk/src/config.h

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

revision 65 by harbaum, Wed Aug 19 14:21:14 2009 UTC revision 66 by harbaum, Wed Aug 19 20:03:28 2009 UTC
# Line 3  Line 3 
3    
4  #define TAG_STATE  GTK_STATE_PRELIGHT  #define TAG_STATE  GTK_STATE_PRELIGHT
5    
 // #define DEFAULT_LAT 49.02833  
 // #define DEFAULT_LON  8.39042  
   
6  #ifndef USE_MAEMO  #ifndef USE_MAEMO
7  #define DEFAULT_IMAGE_PATH       "/tmp/gpxview/"  #define DEFAULT_IMAGE_PATH       "/tmp/gpxview/"
8  #define DEFAULT_MMPOI_PATH       "gpxview_poi.db"  #define DEFAULT_MMPOI_PATH       "gpxview_poi.db"
# Line 38  Line 35 
35  #endif  #endif
36    
37  #ifdef BIG_BALLOONS  #ifdef BIG_BALLOONS
38  #define BALLOON_AREA_WIDTH    300  #define BALLOON_AREA_WIDTH       380
39  #define BALLOON_AREA_HEIGHT    60  #define BALLOON_AREA_HEIGHT      100
40  #define BALLOON_CORNER_RADIUS  40  #define BALLOON_CORNER_RADIUS     20
41    #define OSM_GPS_MAP_OSD_DIAMETER  60
42  #endif  #endif
43    
44  #endif // CONFIG_H  #endif // CONFIG_H

Legend:
Removed from v.65  
changed lines
  Added in v.66