Diff of /trunk/src/gpxview.h

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

revision 279 by harbaum, Thu Feb 4 20:15:19 2010 UTC revision 280 by harbaum, Fri May 21 19:28:16 2010 UTC
# Line 51  Line 51 
51  #include <locale.h>  #include <locale.h>
52  #include <libintl.h>  #include <libintl.h>
53    
54    #ifndef _
55  #define _(String) gettext(String)  #define _(String) gettext(String)
56    #endif
57  #define N_(String) (String)  #define N_(String) (String)
58    
59  #ifdef USE_MAEMO  #ifdef USE_MAEMO
# Line 217  typedef struct { Line 219  typedef struct {
219      int source;      int source;
220      int zoom;      int zoom;
221      pos_t pos;      pos_t pos;
222        gboolean dpix;
223    } map;    } map;
224  #endif  #endif
225    

Legend:
Removed from v.279  
changed lines
  Added in v.280