Diff of /trunk/src/gpxview.h

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

revision 3 by harbaum, Mon Jun 22 13:05:30 2009 UTC revision 12 by harbaum, Fri Jun 26 20:07:33 2009 UTC
# Line 26  Line 26 
26  #else  #else
27  // these are on maemo fremantle  // these are on maemo fremantle
28  #include <hildon/hildon-button.h>  #include <hildon/hildon-button.h>
29    #include <hildon/hildon-text-view.h>
30    #include <hildon/hildon-window-stack.h>
31    #define USE_HILDON_TEXT_VIEW
32  #define USE_STACKABLE_WINDOW  #define USE_STACKABLE_WINDOW
33  #define NO_COPY_N_PASTE  #define NO_COPY_N_PASTE
34  #define MENU_GPXLIST   0  #define MENU_GPXLIST   0
# Line 47  Line 50 
50    
51  #ifdef USE_MAEMO  #ifdef USE_MAEMO
52  #include <hildon/hildon-program.h>  #include <hildon/hildon-program.h>
 #include <hildon/hildon-text-view.h>  
53  #include <hildon/hildon-file-chooser-dialog.h>  #include <hildon/hildon-file-chooser-dialog.h>
54  #include <hildon/hildon-file-system-model.h>  #include <hildon/hildon-file-system-model.h>
55  #include <hildon/hildon-bread-crumb-trail.h>  #include <hildon/hildon-bread-crumb-trail.h>
# Line 101  typedef struct { Line 103  typedef struct {
103    pos_t gps;                  /* saved last gps position */    pos_t gps;                  /* saved last gps position */
104    
105    char *image_path;           /* path to cache images in */    char *image_path;           /* path to cache images in */
   gboolean load_images;       /* load images and cache them */  
106    
107    int search;                 /* "search in" items */    int search;                 /* "search in" items */
108    char *search_str;    char *search_str;
# Line 237  extern void main_after_settings_redraw(a Line 238  extern void main_after_settings_redraw(a
238  #include <stdarg.h>  #include <stdarg.h>
239  extern void errorf(const char *fmt, ...);  extern void errorf(const char *fmt, ...);
240  extern gboolean on_window_key_press(GtkWidget *widget,  extern gboolean on_window_key_press(GtkWidget *widget,
241                                      GdkEventKey *event, gpointer data);                                      GdkEventKey *event, appdata_t *appdata);
242  #ifdef USE_STACKABLE_WINDOW  #ifdef USE_STACKABLE_WINDOW
243  HildonAppMenu *menu_create(appdata_t *appdata, int mode);  HildonAppMenu *menu_create(appdata_t *appdata, int mode);
244  #endif  #endif

Legend:
Removed from v.3  
changed lines
  Added in v.12