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 76 by harbaum, Fri Feb 13 12:02:26 2009 UTC
# Line 58  Line 58 
58  #include "osm.h"  #include "osm.h"
59    
60  #include "canvas.h"  #include "canvas.h"
61    #include "undo.h"
62    
63  #ifdef USE_HILDON  #ifdef USE_HILDON
64  #include "dbus.h"  #include "dbus.h"
# Line 119  typedef struct appdata_s { Line 120  typedef struct appdata_s {
120    
121    GtkWidget *menu_osm;    GtkWidget *menu_osm;
122    GtkWidget *menu_item_osm_upload;    GtkWidget *menu_item_osm_upload;
123    GtkWidget *menu_item_osm_diff;    GtkWidget *menu_item_osm_undo;
124      GtkWidget *menu_item_osm_save_changes;
125    GtkWidget *menu_item_osm_undo_changes;    GtkWidget *menu_item_osm_undo_changes;
126      GtkWidget *menu_item_osm_relations;
127    
128    GtkWidget *menu_wms;    GtkWidget *menu_wms;
129    GtkWidget *menu_item_wms_clear;    GtkWidget *menu_item_wms_clear;
# Line 132  typedef struct appdata_s { Line 135  typedef struct appdata_s {
135    GtkWidget *menu_item_map_no_icons;    GtkWidget *menu_item_map_no_icons;
136    GtkWidget *menu_item_map_no_antialias;    GtkWidget *menu_item_map_no_antialias;
137    
138      undo_t undo;
139    
140  } appdata_t;  } appdata_t;
141    
142  #include "map.h"  #include "map.h"
# Line 155  typedef struct appdata_s { Line 160  typedef struct appdata_s {
160  #include "josm_elemstyles.h"  #include "josm_elemstyles.h"
161  #include "style.h"  #include "style.h"
162  #include "net_io.h"  #include "net_io.h"
163    #include "banner.h"
164    
165  #endif // APPDATA_H  #endif // APPDATA_H

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