mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
Expose InMoveSize from WindowMoveHandler. (#3525)
This commit is contained in:
@@ -47,6 +47,11 @@ namespace FancyZonesUnitTests
|
||||
{
|
||||
return true;
|
||||
}
|
||||
IFACEMETHODIMP_(bool)
|
||||
InMoveSize() noexcept
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
IZoneWindow* m_zoneWindow;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user