mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
d3drm: Add more interfaces to be queried from IDirect3DRMFrame2::QueryInterface.
This commit is contained in:
parent
415b7c1fec
commit
1b1d77268f
1 changed files with 2 additions and 0 deletions
|
@ -472,6 +472,8 @@ static HRESULT WINAPI d3drm_frame2_QueryInterface(IDirect3DRMFrame2 *iface, REFI
|
|||
|
||||
if (IsEqualGUID(riid, &IID_IDirect3DRMFrame2)
|
||||
|| IsEqualGUID(riid, &IID_IDirect3DRMFrame)
|
||||
|| IsEqualGUID(riid, &IID_IDirect3DRMObject)
|
||||
|| IsEqualGUID(riid, &IID_IDirect3DRMVisual)
|
||||
|| IsEqualGUID(riid, &IID_IUnknown))
|
||||
{
|
||||
*out = &frame->IDirect3DRMFrame2_iface;
|
||||
|
|
Loading…
Reference in a new issue