Diff of /trunk/src/appdata.h

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

revision 64 by harbaum, Mon Feb 9 13:23:17 2009 UTC revision 68 by harbaum, Tue Feb 10 12:29:09 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 133  typedef struct appdata_s { Line 134  typedef struct appdata_s {
134    GtkWidget *menu_item_map_no_icons;    GtkWidget *menu_item_map_no_icons;
135    GtkWidget *menu_item_map_no_antialias;    GtkWidget *menu_item_map_no_antialias;
136    
137    struct undo_state_s *undo_state;    undo_t undo;
138    
139  } appdata_t;  } appdata_t;
140    
# Line 159  typedef struct appdata_s { Line 160  typedef struct appdata_s {
160  #include "style.h"  #include "style.h"
161  #include "net_io.h"  #include "net_io.h"
162  #include "qnd_xml.h"  #include "qnd_xml.h"
 #include "undo.h"  
163  #include "banner.h"  #include "banner.h"
164    
165  #endif // APPDATA_H  #endif // APPDATA_H

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