Diff of /trunk/src/gpxview.h

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

revision 193 by harbaum, Tue Nov 17 20:13:09 2009 UTC revision 196 by harbaum, Thu Nov 19 07:39:00 2009 UTC
# Line 217  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    

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