Diff of /trunk/src/gps.h

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

revision 11 by harbaum, Fri Jun 26 12:24:24 2009 UTC revision 36 by harbaum, Thu Jul 30 12:41:20 2009 UTC
# Line 168  typedef struct gps_state { Line 168  typedef struct gps_state {
168    struct gps_data_t gpsdata;    struct gps_data_t gpsdata;
169  #else  #else
170    LocationGPSDevice *device;    LocationGPSDevice *device;
 #if MAEMO_VERSION_MAJOR < 5  
171    LocationGPSDControl *control;    LocationGPSDControl *control;
172  #endif    guint idd_changed;
    guint idd_changed;  
173    int fields;    int fields;
174    double latitude, longitude;    double latitude, longitude;
175    double heading, epe;    double heading, epe;

Legend:
Removed from v.11  
changed lines
  Added in v.36