Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
Update example.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored Aug 31, 2023
1 parent 64153d4 commit a5860af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit a5860af

Please # to comment.