Difference for include/face.h from version 1.2 to 1.3


version 1.2 version 1.3
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_face_h =   * static char *rcsid_face_h =
  *   "$Id: face.h,v 1.2 1999/07/13 06:02:52 cvs Exp $";   *   "$Id: face.h,v 1.3 2001/12/03 07:51:40 mwedel Exp $";
  */   */
   
 /*  /*
Line 32
 
Line 32
  * create a new face with that color.   * create a new face with that color.
  */   */
 typedef struct new_face_struct {  typedef struct new_face_struct {
     uint16 number; /* This is the image id.  IT should be the */      uint16 number; /* This is the image id.  It should be the */
  /* same value as its position in the array */   /* same value as its position in the array */
     uint8 fg, bg;  
     char *name;      char *name;
     uint8 visibility;      uint8 visibility;
     uint8 magicmap;      uint8 magicmap; /* Color to show this in magic map */
 } New_Face;  } New_Face;
   
 typedef struct map_look_struct {  typedef struct map_look_struct {


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:21