Diff of /trunk/src/gps.h

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

revision 8 by harbaum, Thu Jun 25 19:08:48 2009 UTC revision 11 by harbaum, Fri Jun 26 12:24:24 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;
171    guint idd_changed;  #if MAEMO_VERSION_MAJOR < 5
172      LocationGPSDControl *control;
173    #endif
174       guint idd_changed;
175    int fields;    int fields;
176    double latitude, longitude;    double latitude, longitude;
177    double heading, epe;    double heading, epe;

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