Expose InMoveSize from WindowMoveHandler. (#3525)

This commit is contained in:
vldmr11080
2020-05-22 16:42:29 +02:00
committed by GitHub
parent c7fb1f6d17
commit 1792849b98
4 changed files with 18 additions and 10 deletions

View File

@@ -47,6 +47,11 @@ namespace FancyZonesUnitTests
{
return true;
}
IFACEMETHODIMP_(bool)
InMoveSize() noexcept
{
return true;
}
IZoneWindow* m_zoneWindow;
};