From a5860af99026417d4a7bb2bfa1d71f3a6a89eb77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=99=BD=E4=BA=91?= <71159641+littlewhitecloud@users.noreply.github.com> Date: Thu, 31 Aug 2023 18:23:19 +0800 Subject: [PATCH] Update example.cpp --- example/example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/example.cpp b/example/example.cpp index fe419f0..8ba6d4a 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -4,6 +4,6 @@ #pragma comment(lib, "user32.lib") int main() { - ApplyDocumentMica(FindWindowW(NULL, L"Mica Example"), true); + ApplyDocumentMica(FindWindowW(NULL, L"Mica Example"), true, true); return 0; }