mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
15 lines
251 B
C
15 lines
251 B
C
#pragma once
|
|
|
|
#include <guiddef.h>
|
|
|
|
#include <FancyZonesLib/FancyZonesDataTypes.h>
|
|
|
|
struct Layout
|
|
{
|
|
GUID uuid;
|
|
FancyZonesDataTypes::ZoneSetLayoutType type;
|
|
bool showSpacing;
|
|
int spacing;
|
|
int zoneCount;
|
|
int sensitivityRadius;
|
|
}; |