Diff of /trunk/src/cache.h

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

revision 159 by harbaum, Wed Nov 4 20:28:54 2009 UTC revision 214 by harbaum, Thu Nov 26 10:05:23 2009 UTC
# Line 33  typedef struct { Line 33  typedef struct {
33  } notes_context_t;  } notes_context_t;
34    
35  typedef struct {  typedef struct {
36    GtkWidget *distance_label, *bearing_label, *eph_label, *cbox;    GtkWidget *distance_label, *bearing_label, *eph_label;
37    GtkWidget *lat_lbl, *lon_lbl, *edit_but;    GtkWidget *lat_entry, *lon_entry;
38    
39    /* Backing pixmap for drawing area */    /* Backing pixmap for drawing area */
40    GtkWidget *compass_area;    GtkWidget *compass_area;

Legend:
Removed from v.159  
changed lines
  Added in v.214