Diff of /trunk/src/appdata.h

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

revision 28 by achadwick, Wed Dec 24 14:17:20 2008 UTC revision 64 by harbaum, Mon Feb 9 13:23:17 2009 UTC
# Line 119  typedef struct appdata_s { Line 119  typedef struct appdata_s {
119    
120    GtkWidget *menu_osm;    GtkWidget *menu_osm;
121    GtkWidget *menu_item_osm_upload;    GtkWidget *menu_item_osm_upload;
122    GtkWidget *menu_item_osm_diff;    GtkWidget *menu_item_osm_undo;
123      GtkWidget *menu_item_osm_save_changes;
124    GtkWidget *menu_item_osm_undo_changes;    GtkWidget *menu_item_osm_undo_changes;
125    
126    GtkWidget *menu_wms;    GtkWidget *menu_wms;
# Line 132  typedef struct appdata_s { Line 133  typedef struct appdata_s {
133    GtkWidget *menu_item_map_no_icons;    GtkWidget *menu_item_map_no_icons;
134    GtkWidget *menu_item_map_no_antialias;    GtkWidget *menu_item_map_no_antialias;
135    
136      struct undo_state_s *undo_state;
137    
138  } appdata_t;  } appdata_t;
139    
140  #include "map.h"  #include "map.h"
# Line 155  typedef struct appdata_s { Line 158  typedef struct appdata_s {
158  #include "josm_elemstyles.h"  #include "josm_elemstyles.h"
159  #include "style.h"  #include "style.h"
160  #include "net_io.h"  #include "net_io.h"
161    #include "qnd_xml.h"
162    #include "undo.h"
163    #include "banner.h"
164    
165  #endif // APPDATA_H  #endif // APPDATA_H

Legend:
Removed from v.28  
changed lines
  Added in v.64