Diff of /trunk/src/gpxview.h

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

revision 203 by harbaum, Thu Nov 19 07:39:00 2009 UTC revision 204 by harbaum, Mon Nov 23 18:32:06 2009 UTC
# Line 24  Line 24 
24  #if MAEMO_VERSION_MAJOR < 5  #if MAEMO_VERSION_MAJOR < 5
25  #define USE_BREAD_CRUMB_TRAIL  #define USE_BREAD_CRUMB_TRAIL
26  #else  #else
27    #define FREMANTLE
28    
29  // these are on maemo fremantle  // these are on maemo fremantle
30  #include <hildon/hildon-button.h>  #include <hildon/hildon-button.h>
31  #include <hildon/hildon-text-view.h>  #include <hildon/hildon-text-view.h>
# Line 217  typedef struct { Line 219  typedef struct {
219    } map;    } map;
220  #endif  #endif
221    
222      /* username is also used to detect own caches (by log entry) */
223      char *username;
224    
225    /* stuff to call geotoad */    /* stuff to call geotoad */
226    struct {    struct {
227      char *username, *password, *filename;      char *password, *filename;
228      float distance, lat, lon;      float distance, lat, lon;
229      int flags;      int flags;
230    } gt;    } gt;

Legend:
Removed from v.203  
changed lines
  Added in v.204