--- np2/vram/sdraw.h 2004/02/29 03:10:03 1.2 +++ np2/vram/sdraw.h 2005/02/07 14:46:13 1.3 @@ -1,14 +1,14 @@ typedef struct { -const BYTE *src; -const BYTE *src2; - BYTE *dst; +const UINT8 *src; +const UINT8 *src2; + UINT8 *dst; int width; int xbytes; int y; int xalign; int yalign; - BYTE dirty[SURFACE_WIDTH]; + UINT8 dirty[SURFACE_WIDTH]; } _SDRAW, *SDRAW; typedef void (SCRNCALL * SDRAWFN)(SDRAW sdraw, int maxy);