[FancyZones] Improve code quality (part 1: moved utils) (#23028)

This commit is contained in:
Seraphima Zykova
2023-01-17 13:50:40 +03:00
committed by GitHub
parent 047d5987c4
commit 87743e8e5d
9 changed files with 94 additions and 83 deletions

View File

@@ -177,4 +177,6 @@ namespace FancyZonesUtils
RECT PrepareRectForCycling(RECT windowRect, RECT workAreaRect, DWORD vkCode) noexcept;
size_t ChooseNextZoneByPosition(DWORD vkCode, RECT windowRect, const std::vector<RECT>& zoneRects) noexcept;
void SwallowKey(const WORD key) noexcept;
}