Win32: Utilities: Add more enums learned from other repos

We may not need it, but we record it here in case it become usable in the future.

Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
Yuhang Zhao 2021-03-11 09:43:19 +08:00
parent b9ad74b81c
commit 76fd19211d
1 changed files with 3 additions and 2 deletions

View File

@ -85,8 +85,9 @@ using ACCENT_STATE = enum _ACCENT_STATE
ACCENT_ENABLE_GRADIENT = 1,
ACCENT_ENABLE_TRANSPARENTGRADIENT = 2,
ACCENT_ENABLE_BLURBEHIND = 3,
ACCENT_ENABLE_ACRYLICBLURBEHIND = 4,
ACCENT_INVALID_STATE = 5
ACCENT_ENABLE_ACRYLICBLURBEHIND = 4, // RS4 1803
ACCENT_ENABLE_HOSTBACKDROP = 5, // RS5 1809
ACCENT_INVALID_STATE = 6
};
using ACCENT_POLICY = struct _ACCENT_POLICY