ddraw: Avoid LPDDCOLORCONTROL.
This commit is contained in:
parent
3938bfd30d
commit
533dbc4353
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue