include: Added IDXGISurface1 definition.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f3dcf19bd3
commit
912cd6c4b6
|
@ -224,6 +224,22 @@ interface IDXGISurface : IDXGIDeviceSubObject
|
|||
);
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
local,
|
||||
uuid(4ae63092-6327-4c1b-80ae-bfe12ea32b86)
|
||||
]
|
||||
interface IDXGISurface1 : IDXGISurface
|
||||
{
|
||||
HRESULT GetDC(
|
||||
[in] BOOL discard,
|
||||
[out] HDC *hdc
|
||||
);
|
||||
HRESULT ReleaseDC(
|
||||
[in] RECT *dirty_rect
|
||||
);
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
local,
|
||||
|
|
Loading…
Reference in New Issue