Diff of /trunk/src/config.h

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

revision 77 by harbaum, Tue Aug 25 12:49:03 2009 UTC revision 87 by harbaum, Mon Aug 31 12:01:28 2009 UTC
# Line 50  Line 50 
50  #define ENABLE_BALLOON  #define ENABLE_BALLOON
51    
52  #ifdef USE_MAEMO  #ifdef USE_MAEMO
53    #define BIG_BALLOONS
54  #define BALLOON_AREA_WIDTH       380  #define BALLOON_AREA_WIDTH       380
55  #define BALLOON_AREA_HEIGHT      100  #define BALLOON_AREA_HEIGHT      100
56  #define BALLOON_CORNER_RADIUS     20  #define BALLOON_CORNER_RADIUS     20
# Line 96  Line 97 
97  #define OSD_DOUBLE_BUFFER    // render osd/map together offscreen  #define OSD_DOUBLE_BUFFER    // render osd/map together offscreen
98  #define OSD_GPS_BUTTON       // display a GPS button  #define OSD_GPS_BUTTON       // display a GPS button
99  #define OSD_NO_DPAD          // no direction arrows (map is panned)  #define OSD_NO_DPAD          // no direction arrows (map is panned)
100    #define OSD_SOURCE_SEL       // display source selection tab
101    
102  #endif // CONFIG_H  #endif // CONFIG_H

Legend:
Removed from v.77  
changed lines
  Added in v.87