--- trunk/src/config.h 2009/08/24 12:57:15 75 +++ trunk/src/config.h 2009/08/24 19:21:46 76 @@ -41,13 +41,14 @@ #define OSM_GPS_MAP_OSD_DIAMETER 60 #endif + #ifdef USE_MAEMO /* limit screen refresh while dragging to avoid delays */ #define OSM_GPS_MAP_REFRESH 25 #endif /* specify OSD colors explicitely. Otherwise gtk default */ -/* colors are used. Only fremantle uses gtk defaults */ +/* colors are used */ #if !defined(USE_MAEMO) || (MAEMO_VERSION_MAJOR < 5) #define OSD_COLOR_BG 1, 1, 1 // white background #define OSD_COLOR 0.5, 0.5, 1 // light blue border and controls @@ -60,6 +61,7 @@ #endif #define OSD_DOUBLE_BUFFER // render osd/map together offscreen -#define OSD_NODIR // no direction arrows (map is panned) +#define OSD_GPS_BUTTON // display a GPS button +#define OSD_NO_DPAD // no direction arrows (map is panned) #endif // CONFIG_H