Implement GetCaps for ddraw and surface, GetPalette and SetPalette for surface

This commit is contained in:
Toni Spets 2010-10-16 23:22:43 +03:00
parent 4ffda7b73f
commit 15ff8f8e2a
4 changed files with 68 additions and 15 deletions

View file

@ -44,4 +44,6 @@ typedef struct
extern fakeDirectDrawPalette piface;
HRESULT ddraw_CreatePalette(void *This, LPPALETTEENTRY DDColorArray, LPDIRECTDRAWPALETTE FAR * DDPalette, IUnknown FAR * unkOuter);
#endif