Diff of /trunk/src/gpxview.h

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

revision 8 by harbaum, Thu Jun 25 19:08:48 2009 UTC revision 11 by harbaum, Fri Jun 26 12:24:24 2009 UTC
# Line 27  Line 27 
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>  #include <hildon/hildon-text-view.h>
30    #include <hildon/hildon-window-stack.h>
31  #define USE_HILDON_TEXT_VIEW  #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
# Line 238  extern void main_after_settings_redraw(a Line 239  extern void main_after_settings_redraw(a
239  #include <stdarg.h>  #include <stdarg.h>
240  extern void errorf(const char *fmt, ...);  extern void errorf(const char *fmt, ...);
241  extern gboolean on_window_key_press(GtkWidget *widget,  extern gboolean on_window_key_press(GtkWidget *widget,
242                                      GdkEventKey *event, gpointer data);                                      GdkEventKey *event, appdata_t *appdata);
243  #ifdef USE_STACKABLE_WINDOW  #ifdef USE_STACKABLE_WINDOW
244  HildonAppMenu *menu_create(appdata_t *appdata, int mode);  HildonAppMenu *menu_create(appdata_t *appdata, int mode);
245  #endif  #endif

Legend:
Removed from v.8  
changed lines
  Added in v.11