hook RealizePalette
This commit is contained in:
parent
8be9875553
commit
75ed1582d2
5 changed files with 36 additions and 8 deletions
|
@ -28,6 +28,8 @@ typedef struct IDirectDrawSurfaceImpl
|
|||
CRITICAL_SECTION cs;
|
||||
|
||||
IDirectDrawPaletteImpl* palette;
|
||||
PALETTEENTRY selected_pal[256];
|
||||
UINT selected_pal_count;
|
||||
|
||||
void* surface;
|
||||
HANDLE mapping;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue