Diff of /trunk/src/gpxview.h

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

revision 237 by harbaum, Thu Dec 10 21:24:43 2009 UTC revision 246 by harbaum, Tue Jan 19 20:26:37 2010 UTC
# Line 120  typedef struct { Line 120  typedef struct {
120    
121    int gpxlist_items;    int gpxlist_items;
122    int cachelist_items;    int cachelist_items;
   guint cachelist_handler_id; /* update timer */  
123    gboolean cachelist_hide_found;    gboolean cachelist_hide_found;
124    
125    /* geotext related */    /* geotext related */
# Line 231  typedef struct { Line 230  typedef struct {
230      int flags;      int flags;
231    } gt;    } gt;
232    
233    #ifdef ESPEAK
234      /* espeak handling */
235      struct {
236        gboolean enabled;
237        int sample_rate;  // or init error
238      } espeak;
239    #endif
240    
241  #ifndef USE_STACKABLE_WINDOW  #ifndef USE_STACKABLE_WINDOW
242    GtkWidget *vbox;    GtkWidget *vbox;
243  #endif  #endif

Legend:
Removed from v.237  
changed lines
  Added in v.246