Diff of /trunk/src/config.h

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

revision 62 by harbaum, Tue Aug 18 20:33:08 2009 UTC revision 65 by harbaum, Wed Aug 19 14:21:14 2009 UTC
# Line 31  Line 31 
31  // for osm-gps-map:  // for osm-gps-map:
32  #define USE_CAIRO  #define USE_CAIRO
33  #define ENABLE_OSD  #define ENABLE_OSD
34    #define ENABLE_BALLOON
35    
36    #ifdef USE_MAEMO
37    #define BIG_BALLOONS
38    #endif
39    
40    #ifdef BIG_BALLOONS
41    #define BALLOON_AREA_WIDTH    300
42    #define BALLOON_AREA_HEIGHT    60
43    #define BALLOON_CORNER_RADIUS  40
44    #endif
45    
46  #endif // CONFIG_H  #endif // CONFIG_H

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