Diff of /trunk/src/cache.h

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

revision 1 by harbaum, Sat Jun 20 11:08:47 2009 UTC revision 53 by harbaum, Wed Aug 12 19:18:53 2009 UTC
# Line 31  typedef struct { Line 31  typedef struct {
31  } notes_context_t;  } notes_context_t;
32    
33  typedef struct {  typedef struct {
34    GtkWidget *distance_label, *bearing_label, *epe_label, *cbox;    GtkWidget *distance_label, *bearing_label, *eph_label, *cbox;
35    GtkWidget *lat_lbl, *lon_lbl, *edit_but;    GtkWidget *lat_lbl, *lon_lbl, *edit_but;
36    
37    /* Backing pixmap for drawing area */    /* Backing pixmap for drawing area */

Legend:
Removed from v.1  
changed lines
  Added in v.53