Implement GetCaps for ddraw and surface, GetPalette and SetPalette for surface
This commit is contained in:
parent
4ffda7b73f
commit
15ff8f8e2a
4 changed files with 68 additions and 15 deletions
|
@ -44,4 +44,6 @@ typedef struct
|
|||
|
||||
extern fakeDirectDrawPalette piface;
|
||||
|
||||
HRESULT ddraw_CreatePalette(void *This, LPPALETTEENTRY DDColorArray, LPDIRECTDRAWPALETTE FAR * DDPalette, IUnknown FAR * unkOuter);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue