ddraw: Avoid LPDDCOLORCONTROL.

oldstable
Henri Verbeet 2012-12-09 21:22:03 +01:00 committed by Alexandre Julliard
parent 3938bfd30d
commit 533dbc4353
2 changed files with 3 additions and 3 deletions

View File

@ -2660,8 +2660,8 @@ DECLARE_INTERFACE_(IDirectDrawColorControl,IUnknown)
STDMETHOD_(ULONG,AddRef)(THIS) PURE;
STDMETHOD_(ULONG,Release)(THIS) PURE;
/*** IDirectDrawColorControl methods ***/
STDMETHOD(GetColorControls)(THIS_ LPDDCOLORCONTROL lpColorControl) PURE;
STDMETHOD(SetColorControls)(THIS_ LPDDCOLORCONTROL lpColorControl) PURE;
STDMETHOD(GetColorControls)(THIS_ DDCOLORCONTROL *color_control) PURE;
STDMETHOD(SetColorControls)(THIS_ DDCOLORCONTROL *color_control) PURE;
};
#undef INTERFACE

View File

@ -906,7 +906,7 @@ typedef struct _DDRAWI_DDRAWSURFACE_GBL_MORE {
DWORD cPageUnlocks;
ULONG_PTR hKernelSurface;
DWORD dwKernelRefCnt;
LPDDCOLORCONTROL lpColorInfo;
DDCOLORCONTROL *lpColorInfo;
FLATPTR fpNTAlias;
DWORD dwContentsStamp;
LPVOID lpvUnswappedDriverReserved;