partial support for DDBLTFAST_SRCCOLORKEY

This commit is contained in:
FunkyFr3sh 2018-10-26 08:33:09 +02:00
parent 70492f6412
commit 2d1ab88f85
2 changed files with 57 additions and 16 deletions

View file

@ -49,6 +49,7 @@ typedef struct IDirectDrawSurfaceImpl
PBITMAPINFO bmi;
HBITMAP bitmap;
HDC hDC;
DDCOLORKEY colorKey;
} IDirectDrawSurfaceImpl;