Diff of /trunk/src/appdata.h

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

revision 39 by harbaum, Fri Jan 16 20:01:07 2009 UTC revision 54 by harbaum, Fri Feb 6 12:06:30 2009 UTC
# Line 132  typedef struct appdata_s { Line 132  typedef struct appdata_s {
132    GtkWidget *menu_item_map_no_icons;    GtkWidget *menu_item_map_no_icons;
133    GtkWidget *menu_item_map_no_antialias;    GtkWidget *menu_item_map_no_antialias;
134    
135      struct undo_state_s *undo_state;
136    
137  } appdata_t;  } appdata_t;
138    
139  #include "map.h"  #include "map.h"
# Line 156  typedef struct appdata_s { Line 158  typedef struct appdata_s {
158  #include "style.h"  #include "style.h"
159  #include "net_io.h"  #include "net_io.h"
160  #include "qnd_xml.h"  #include "qnd_xml.h"
161    #include "undo.h"
162    
163  #endif // APPDATA_H  #endif // APPDATA_H

Legend:
Removed from v.39  
changed lines
  Added in v.54