mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-12-15 05:42:28 +00:00
Revert addition of D3DCREATE_NOWINDOWCHANGES
This flag breaks Alt+Tab in full-screen exclusive mode
This commit is contained in:
parent
48bcb6b9a6
commit
5f682bb45f
1 changed files with 0 additions and 3 deletions
|
@ -643,9 +643,6 @@ bool DXVA2Renderer::initializeDevice(SDL_Window* window, bool enableVsync)
|
|||
// in a separate thread with this device.
|
||||
int deviceFlags = D3DCREATE_MULTITHREADED;
|
||||
|
||||
// We don't need D3D to mess with our window at all. SDL does that.
|
||||
deviceFlags |= D3DCREATE_NOWINDOWCHANGES;
|
||||
|
||||
if (deviceCaps.DevCaps & D3DDEVCAPS_HWTRANSFORMANDLIGHT) {
|
||||
deviceFlags |= D3DCREATE_HARDWARE_VERTEXPROCESSING;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue