Diff of /trunk/src/gpxview.h

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

revision 283 by harbaum, Thu May 27 19:13:18 2010 UTC revision 288 by harbaum, Mon Jun 7 19:19:50 2010 UTC
# Line 67  Line 67 
67  #include <hildon/hildon-help.h>  #include <hildon/hildon-help.h>
68  #endif  #endif
69  #if MAEMO_VERSION_MAJOR >= 5  #if MAEMO_VERSION_MAJOR >= 5
70    #define MAEMO5
71  #define USE_PANNABLE_AREA  #define USE_PANNABLE_AREA
72  #include <hildon/hildon-pannable-area.h>  #include <hildon/hildon-pannable-area.h>
73  /* panning a gtkhtml view currently doesn't work well */  /* panning a gtkhtml view currently doesn't work well */
# Line 88  Line 89 
89  #include "gpx.h"  #include "gpx.h"
90  #include "settings.h"  #include "settings.h"
91  #include "gps.h"  #include "gps.h"
92    #include "portrait.h"
93    
94  #define GPXLIST_ITEM_VALID    (1<<0)  #define GPXLIST_ITEM_VALID    (1<<0)
95  #define GPXLIST_ITEM_DATE     (1<<1)  #define GPXLIST_ITEM_DATE     (1<<1)
# Line 324  gps_sat_t *gps_get_sats(appdata_t *appda Line 326  gps_sat_t *gps_get_sats(appdata_t *appda
326  float gps_get_eph(appdata_t *appdata);  float gps_get_eph(appdata_t *appdata);
327  void gps_change_state(appdata_t *appdata);  void gps_change_state(appdata_t *appdata);
328    
329    /* change GPS state via main focus handling */
330    gboolean on_main_focus_change(GtkWidget *, GdkEventFocus *, gpointer);
331    
332    
333  #endif // GPXVIEW_H  #endif // GPXVIEW_H

Legend:
Removed from v.283  
changed lines
  Added in v.288