mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
[FancyZones] Zone Number Settings (#14910)
This commit is contained in:
committed by
GitHub
parent
3805348afd
commit
288e0487a0
@@ -22,6 +22,7 @@ class ZonesOverlay
|
||||
D2D1_COLOR_F fillColor;
|
||||
D2D1_COLOR_F textColor;
|
||||
ZoneIndex id;
|
||||
bool showText;
|
||||
};
|
||||
|
||||
struct AnimationInfo
|
||||
@@ -67,5 +68,6 @@ public:
|
||||
void Flash();
|
||||
void DrawActiveZoneSet(const IZoneSet::ZonesMap& zones,
|
||||
const ZoneIndexSet& highlightZones,
|
||||
const ZoneColors& colors);
|
||||
const ZoneColors& colors,
|
||||
const bool showZoneText);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user