summaryrefslogtreecommitdiff
path: root/dispatch/dxgiint.h
diff options
context:
space:
mode:
Diffstat (limited to 'dispatch/dxgiint.h')
-rw-r--r--dispatch/dxgiint.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dispatch/dxgiint.h b/dispatch/dxgiint.h
index 8df47b4c..3bfa5944 100644
--- a/dispatch/dxgiint.h
+++ b/dispatch/dxgiint.h
@@ -53,3 +53,8 @@ struct IDXGIFactoryDWM: public IUnknown
};
+static const GUID IID_IWarpPrivateAPI = {0xF13EBCD1,0x672C,0x4F8B,{0xA6,0x31,0x95,0x39,0xCA,0x74,0x8D,0x71}};
+struct IWarpPrivateAPI: public IUnknown
+{
+ virtual HRESULT STDMETHODCALLTYPE WarpEscape(void *pData) = 0;
+};