mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-27 04:54:15 +01:00
frog
This commit is contained in:
parent
9b272fb3f6
commit
3d8a9041e8
@ -262,12 +262,13 @@ namespace dxvk::wsi {
|
|||||||
|
|
||||||
|
|
||||||
bool Win32WsiDriver::isOccluded(HWND hWindow) {
|
bool Win32WsiDriver::isOccluded(HWND hWindow) {
|
||||||
if (::GetForegroundWindow() == hWindow)
|
|
||||||
{
|
|
||||||
m_lastForegroundTimestamp = GetTickCount64();
|
|
||||||
return false;
|
return false;
|
||||||
}
|
// if (::GetForegroundWindow() == hWindow)
|
||||||
return m_lastForegroundTimestamp && GetTickCount64() - m_lastForegroundTimestamp > 100;
|
// {
|
||||||
|
// m_lastForegroundTimestamp = GetTickCount64();
|
||||||
|
// return false;
|
||||||
|
// }
|
||||||
|
// return m_lastForegroundTimestamp && GetTickCount64() - m_lastForegroundTimestamp > 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user