mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
[FancyZones] Fix window resize on layout change (#23829)
This commit is contained in:
@@ -19,6 +19,7 @@ public :
|
||||
void Extend(HWND window, const ZoneIndexSet& zones);
|
||||
void Dismiss(HWND window);
|
||||
|
||||
std::map<HWND, ZoneIndexSet> SnappedWindows() const noexcept;
|
||||
ZoneIndexSet GetZoneIndexSetFromWindow(HWND window) const noexcept;
|
||||
bool IsZoneEmpty(ZoneIndex zoneIndex) const noexcept;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user