Diff of /trunk/src/gpxview.h

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

revision 142 by harbaum, Mon Oct 26 10:40:06 2009 UTC revision 196 by harbaum, Thu Nov 19 07:39:00 2009 UTC
# Line 114  typedef struct { Line 114  typedef struct {
114    char *search_str;    char *search_str;
115    int search_days;    int search_days;
116    
117      struct proxy_s *proxy;      /* proxy settings */
118    
119    int gpxlist_items;    int gpxlist_items;
120    int cachelist_items;    int cachelist_items;
121    guint cachelist_handler_id; /* update timer */    guint cachelist_handler_id; /* update timer */
# Line 132  typedef struct { Line 134  typedef struct {
134    gboolean compass_locked;    gboolean compass_locked;
135    int compass_damping;    int compass_damping;
136    
137      gboolean disable_gcvote;
138    
139    struct gps_state *gps_state;    struct gps_state *gps_state;
140    
141    /* keep track of all html views so zoom events can be delivered */    /* keep track of all html views so zoom events can be delivered */
# Line 213  typedef struct { Line 217  typedef struct {
217    } map;    } map;
218  #endif  #endif
219    
220      /* stuff to call geotoad */
221      struct {
222        char *username, *password, *filename;
223        float distance, lat, lon;
224        int flags;
225      } gt;
226    
227    GtkWidget *vbox;    GtkWidget *vbox;
228  } appdata_t;  } appdata_t;
229    
# Line 222  typedef struct { Line 233  typedef struct {
233  #include "gconf.h"  #include "gconf.h"
234  #include "html.h"  #include "html.h"
235  #include "icons.h"  #include "icons.h"
236    #include "gcvote.h"
237  #include "cache.h"  #include "cache.h"
238  #include "geomath.h"  #include "geomath.h"
239  #include "geotext.h"  #include "geotext.h"
# Line 230  typedef struct { Line 242  typedef struct {
242  #include "mm_poi.h"  #include "mm_poi.h"
243  #include "precpos.h"  #include "precpos.h"
244  #include "garmin_export.h"  #include "garmin_export.h"
245    #include "geotoad.h"
246    
247  #ifdef ENABLE_OSM_GPS_MAP  #ifdef ENABLE_OSM_GPS_MAP
248  #include "map-tool.h"  #include "map-tool.h"

Legend:
Removed from v.142  
changed lines
  Added in v.196