Diff for /np2/win9xc/scrnmng.h between versions 1.3 and 1.4

version 1.3, 2004/03/23 18:34:05 version 1.4, 2005/02/07 14:46:15
Line 6  enum { Line 6  enum {
 };  };
   
 typedef struct {  typedef struct {
         BYTE    *ptr;          UINT8   *ptr;
         int             xalign;          int             xalign;
         int             yalign;          int             yalign;
         int             width;          int             width;
Line 34  enum { Line 34  enum {
 typedef struct {  typedef struct {
         UINT8   flag;          UINT8   flag;
         UINT8   bpp;          UINT8   bpp;
         BYTE    allflash;          UINT8   allflash;
         BYTE    palchanged;          UINT8   palchanged;
 } SCRNMNG;  } SCRNMNG;
   
   

Removed from v.1.3  
changed lines
  Added in v.1.4


RetroPC.NET-CVS <cvs@retropc.net>