--- np2/win9xc/scrnmng.h 2004/02/13 20:31:55 1.2 +++ np2/win9xc/scrnmng.h 2005/02/07 14:46:15 1.4 @@ -6,7 +6,7 @@ enum { }; typedef struct { - BYTE *ptr; + UINT8 *ptr; int xalign; int yalign; int width; @@ -34,8 +34,8 @@ enum { typedef struct { UINT8 flag; UINT8 bpp; - BYTE allflash; - BYTE palchanged; + UINT8 allflash; + UINT8 palchanged; } SCRNMNG; @@ -71,7 +71,7 @@ UINT16 scrnmng_makepal16(RGB32 pal32); void scrnmng_querypalette(void); void scrnmng_topwinui(void); void scrnmng_clearwinui(void); - +void scrnmng_restoresize(void); #ifdef __cplusplus }