Move renderers out of surface
This commit is contained in:
parent
5edb561b2b
commit
1521648a6e
9 changed files with 372 additions and 243 deletions
|
@ -30,7 +30,8 @@ typedef struct IDirectDrawPaletteImpl
|
|||
|
||||
ULONG Ref;
|
||||
|
||||
int data[256];
|
||||
int data_bgr[256];
|
||||
int data_rgb[256];
|
||||
|
||||
} IDirectDrawPaletteImpl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue