Move renderers out of surface

This commit is contained in:
Toni Spets 2010-11-06 08:28:11 +02:00
parent 5edb561b2b
commit 1521648a6e
9 changed files with 372 additions and 243 deletions

View file

@ -30,7 +30,8 @@ typedef struct IDirectDrawPaletteImpl
ULONG Ref;
int data[256];
int data_bgr[256];
int data_rgb[256];
} IDirectDrawPaletteImpl;