Diff of /trunk/src/cache.h

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

revision 157 by harbaum, Wed Aug 12 19:18:53 2009 UTC revision 158 by harbaum, Wed Nov 4 14:54:52 2009 UTC
# Line 20  Line 20 
20  #ifndef CACHE_H  #ifndef CACHE_H
21  #define CACHE_H  #define CACHE_H
22    
23    #include "gcvote.h"
24    
25  /* number of heading values used max for averaging */  /* number of heading values used max for averaging */
26  #define MAX_AVERAGE 10  #define MAX_AVERAGE 10
27    
# Line 58  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;
64      gcvote_request_t *gcvote_request;
65    
66  #ifdef USE_MAEMO  #ifdef USE_MAEMO
67    guint handler_id;    guint handler_id;
68  #endif  #endif

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