mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[FancyZones] Child windows support (#16507)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "Zone.h"
|
||||
#include "ZoneSet.h"
|
||||
#include "FancyZones.h"
|
||||
#include "ZoneColors.h"
|
||||
#include "Colors.h"
|
||||
|
||||
class ZonesOverlay
|
||||
{
|
||||
@@ -68,6 +68,6 @@ public:
|
||||
void Flash();
|
||||
void DrawActiveZoneSet(const IZoneSet::ZonesMap& zones,
|
||||
const ZoneIndexSet& highlightZones,
|
||||
const ZoneColors& colors,
|
||||
const Colors::ZoneColors& colors,
|
||||
const bool showZoneText);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user