Diff of /trunk/src/gpxview.h

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

revision 245 by harbaum, Sat Dec 12 12:54:37 2009 UTC revision 246 by harbaum, Tue Jan 19 20:26:37 2010 UTC
# Line 230  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.245  
changed lines
  Added in v.246