Diff of /trunk/src/cache.h

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

revision 158 by harbaum, Wed Nov 4 14:54:52 2009 UTC revision 221 by harbaum, Mon Nov 30 21:28:04 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, *coo_popup;
38    
39    /* Backing pixmap for drawing area */    /* Backing pixmap for drawing area */
40    GtkWidget *compass_area;    GtkWidget *compass_area;
# Line 60  typedef struct { Line 60  typedef struct {
60    GtkWidget *pos_lat_label, *pos_lon_label;    GtkWidget *pos_lat_label, *pos_lon_label;
61    GtkWidget *bearing_hbox;    GtkWidget *bearing_hbox;
62    
63    GtkWidget *votes, *quality, *ratebox;    GtkWidget *votes, *quality, *votebox;
64    gcvote_request_t *gcvote_request;    gcvote_request_t *gcvote_request;
65    
66  #ifdef USE_MAEMO  #ifdef USE_MAEMO

Legend:
Removed from v.158  
changed lines
  Added in v.221