Commit 533dbc43 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

ddraw: Avoid LPDDCOLORCONTROL.

parent 3938bfd3
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment