From 76fd19211dc9a1edcbcff2be5ecddc4e20637722 Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Thu, 11 Mar 2021 09:43:19 +0800 Subject: [PATCH] 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> --- utilities_win32.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/utilities_win32.cpp b/utilities_win32.cpp index e218586..96b4e75 100644 --- a/utilities_win32.cpp +++ b/utilities_win32.cpp @@ -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