[host] dxgi: fixed missed header update for timeout fix

This commit is contained in:
Geoffrey McRae 2018-01-04 09:30:55 +11:00
parent 6653340bac
commit a36d312844

View File

@ -115,7 +115,7 @@ namespace Capture
bool InitRawCapture();
bool InitH264Capture();
GrabStatus DXGI::GrabFrameTexture(FrameInfo & frame, ID3D11Texture2DPtr & texture);
GrabStatus DXGI::GrabFrameTexture(FrameInfo & frame, ID3D11Texture2DPtr & texture, bool & timeout);
GrabStatus DXGI::GrabFrameRaw (FrameInfo & frame);
GrabStatus DXGI::GrabFrameH264 (FrameInfo & frame);