mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
Revert addition of D3DCREATE_NOWINDOWCHANGES
This flag breaks Alt+Tab in full-screen exclusive mode
This commit is contained in:
@@ -643,9 +643,6 @@ bool DXVA2Renderer::initializeDevice(SDL_Window* window, bool enableVsync)
|
|||||||
// in a separate thread with this device.
|
// in a separate thread with this device.
|
||||||
int deviceFlags = D3DCREATE_MULTITHREADED;
|
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) {
|
if (deviceCaps.DevCaps & D3DDEVCAPS_HWTRANSFORMANDLIGHT) {
|
||||||
deviceFlags |= D3DCREATE_HARDWARE_VERTEXPROCESSING;
|
deviceFlags |= D3DCREATE_HARDWARE_VERTEXPROCESSING;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user