Implement palettes, correct colors now

This commit is contained in:
Toni Spets 2010-10-17 14:57:14 +03:00
parent c3ed0a00b1
commit 230c0e04b8
4 changed files with 28 additions and 4 deletions

View file

@ -38,6 +38,8 @@ typedef struct
{
fakeDirectDrawPalette *Functions;
int data[256];
ULONG Ref;
} fakeDirectDrawPaletteObject;