mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
[FancyZones] Zone indexes type change (#12724)
This commit is contained in:
@@ -20,7 +20,7 @@ class ZoneWindowDrawing
|
||||
D2D1_RECT_F rect;
|
||||
D2D1_COLOR_F borderColor;
|
||||
D2D1_COLOR_F fillColor;
|
||||
size_t id;
|
||||
ZoneIndex id;
|
||||
};
|
||||
|
||||
struct AnimationInfo
|
||||
@@ -65,6 +65,6 @@ public:
|
||||
void Show();
|
||||
void Flash();
|
||||
void DrawActiveZoneSet(const IZoneSet::ZonesMap& zones,
|
||||
const std::vector<size_t>& highlightZones,
|
||||
const ZoneIndexSet& highlightZones,
|
||||
const ZoneColors& colors);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user