Diff of /trunk/src/gpxview.h

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

revision 231 by harbaum, Mon Dec 7 16:14:50 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
242    GtkWidget *vbox;    GtkWidget *vbox;
243    #endif
244  } appdata_t;  } appdata_t;
245    
246  /* all includes that rely on appdata_t go here ... */  /* all includes that rely on appdata_t go here ... */

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