Diff of /trunk/src/gpxview.h

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

revision 211 by harbaum, Wed Nov 25 10:13:26 2009 UTC revision 223 by harbaum, Tue Dec 1 20:03:51 2009 UTC
# Line 132  typedef struct { Line 132  typedef struct {
132    GtkWidget    *gpxview;    GtkWidget    *gpxview;
133    GConfClient *gconf_client;    GConfClient *gconf_client;
134    
   pos_t manual_goto;  
135    gboolean compass_locked;    gboolean compass_locked;
136    int compass_damping;    int compass_damping;
137    
# Line 291  void cachelist_goto_cache(appdata_t *app Line 290  void cachelist_goto_cache(appdata_t *app
290  void gpxlist_goto_cachelist(appdata_t *appdata, gpx_t *gpx);  void gpxlist_goto_cachelist(appdata_t *appdata, gpx_t *gpx);
291  gboolean gpxlist_find(appdata_t *appdata, GtkTreeIter *iter, gpx_t *gpx);  gboolean gpxlist_find(appdata_t *appdata, GtkTreeIter *iter, gpx_t *gpx);
292  void gpxlist_set(GtkListStore *store, GtkTreeIter *iter, gpx_t *gpx);  void gpxlist_set(GtkListStore *store, GtkTreeIter *iter, gpx_t *gpx);
293    void gpxlist_add(appdata_t *appdata, gpx_t *new);
294    
295  #endif // GPXVIEW_H  #endif // GPXVIEW_H

Legend:
Removed from v.211  
changed lines
  Added in v.223