Diff of /trunk/src/config.h

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

revision 145 by harbaum, Mon Oct 26 19:55:00 2009 UTC revision 146 by harbaum, Tue Oct 27 13:28:41 2009 UTC
# Line 54  Line 54 
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_COORDINATES_FONT_SIZE 20  #define OSD_COORDINATES_FONT_SIZE (20.0)
64    
65  #endif  #endif
66    

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