| 1561 | // ID3DFullscreenControl |
| 1562 | |
| 1563 | STDMETHODIMP CMpcVideoRenderer::SetD3DFullscreen(bool bEnabled) |
| 1564 | { |
| 1565 | m_bExclusiveScreen = m_bIsD3DFullscreen = bEnabled; |
| 1566 | return S_OK; |
| 1567 | } |
| 1568 | |
| 1569 | STDMETHODIMP CMpcVideoRenderer::GetD3DFullscreen(bool* pbEnabled) |
| 1570 | { |
nothing calls this directly
no outgoing calls
no test coverage detected