rename palette
This commit is contained in:
parent
308fefb654
commit
9a015c47cb
3 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,7 @@ HRESULT ddp_SetEntries(IDirectDrawPaletteImpl* This, DWORD dwFlags, DWORD dwStar
|
|||
HRESULT dd_CreatePalette(DWORD dwFlags, LPPALETTEENTRY lpDDColorArray, IDirectDrawPaletteImpl** lpDDPalette, IUnknown FAR* unkOuter);
|
||||
|
||||
// Original palette copied from Windows ME
|
||||
static PALETTEENTRY g_ddp_me_palette[] =
|
||||
static PALETTEENTRY g_ddp_default_palette[] =
|
||||
{
|
||||
{ 0, 0, 0, 0 },
|
||||
{ 128, 0, 0, 0 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue