Diff of /trunk/src/config.h

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

revision 80 by harbaum, Tue Aug 25 13:01:35 2009 UTC revision 106 by harbaum, Thu Sep 10 13:06:16 2009 UTC
# Line 48  Line 48 
48  #define USE_CAIRO  #define USE_CAIRO
49  #define ENABLE_OSD  #define ENABLE_OSD
50  #define ENABLE_BALLOON  #define ENABLE_BALLOON
51    #define OSD_SCALE
52    #define OSD_CROSSHAIR
53    
54  #ifdef USE_MAEMO  #ifdef USE_MAEMO
55  #define BIG_BALLOONS  #define BIG_BALLOONS
56  #define BALLOON_AREA_WIDTH       380  #define BALLOON_AREA_WIDTH       380
57  #define BALLOON_AREA_HEIGHT      100  #define BALLOON_AREA_HEIGHT      100
58  #define BALLOON_CORNER_RADIUS     20  #define BALLOON_CORNER_RADIUS     20
59    #define OSD_FONT_SIZE             28
60    #define OSD_DIAMETER         60
61    #define OSD_SCALE_FONT_SIZE  20
62    #define OSD_CROSSHAIR_RADIUS 20
63    
64    /* limit screen refresh while dragging to avoid delays */
65    #define OSM_GPS_MAP_REFRESH  25
66  #endif  #endif
67    
68    
69  /* only maemo devices up to version 4 have a fullscreen button */  /* only maemo devices up to version 4 have a fullscreen button */
70  #ifdef USE_MAEMO  #ifdef USE_MAEMO
71  #include <hildon/hildon-defines.h>  #include <hildon/hildon-defines.h>
# Line 77  Line 87 
87  #define OSM_GPS_MAP_KEY_LEFT        GDK_Left  #define OSM_GPS_MAP_KEY_LEFT        GDK_Left
88  #define OSM_GPS_MAP_KEY_RIGHT       GDK_Right  #define OSM_GPS_MAP_KEY_RIGHT       GDK_Right
89    
 #ifdef USE_MAEMO  
 /* limit screen refresh while dragging to avoid delays */  
 #define OSM_GPS_MAP_REFRESH  25  
 #define OSD_DIAMETER         60  
 #endif  
   
90  /* specify OSD colors explicitely. Otherwise gtk default */  /* specify OSD colors explicitely. Otherwise gtk default */
91  /* colors are used. fremantle always uses gtk defaults */  /* colors are used. fremantle always uses gtk defaults */
92  #if !defined(USE_MAEMO) || (MAEMO_VERSION_MAJOR < 5)  #if !defined(USE_MAEMO) || (MAEMO_VERSION_MAJOR < 5)
# Line 97  Line 101 
101  #define OSD_DOUBLE_BUFFER    // render osd/map together offscreen  #define OSD_DOUBLE_BUFFER    // render osd/map together offscreen
102  #define OSD_GPS_BUTTON       // display a GPS button  #define OSD_GPS_BUTTON       // display a GPS button
103  #define OSD_NO_DPAD          // no direction arrows (map is panned)  #define OSD_NO_DPAD          // no direction arrows (map is panned)
104    #define OSD_SOURCE_SEL       // display source selection tab
105    
106  #endif // CONFIG_H  #endif // CONFIG_H

Legend:
Removed from v.80  
changed lines
  Added in v.106