Difference for crossedit/Edit.h from version 1.2 to 1.3


version 1.2 version 1.3
Line 16
 
Line 16
 struct _Edit{  struct _Edit{
     struct _Edit *next;   /* in list of editors */      struct _Edit *next;   /* in list of editors */
     App app;              /* in this application context */      App app;              /* in this application context */
     Attr mapattr;         /* map attributes */      MapAttr mapattr;      /* map attributes */
     Widget w;   /* mapEditor widget */      Widget w;   /* mapEditor widget */
     Widget view;   /* viewport of mapEditor */      Widget view;   /* viewport of mapEditor */
     Widget shell;   /* shell widget of map */      Widget shell;   /* shell widget of map */
Line 33
 
Line 33
 #endif  #endif
  Widget refresh;   Widget refresh;
  Widget read_only;   Widget read_only;
  Widget show_weak_walls;   Widget weak_walls;
  Widget overwrite;   Widget overwrite;
  Widget auto_choose;   Widget auto_choose;
  Widget stacking;   Widget stacking;


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:50