fix: filter cloaked windows (DwmGetWindowAttribute DWMWA_CLOAKED) to exclude background UWP apps
This commit is contained in:
parent
073ac283aa
commit
0cf6ab15d9
2 changed files with 17 additions and 0 deletions
|
|
@ -41,4 +41,5 @@ windows = { version = "0.54", features = [
|
|||
"Win32_UI_Shell",
|
||||
"Win32_System_Console",
|
||||
"Win32_System_ProcessStatus",
|
||||
"Win32_Graphics_Dwm",
|
||||
] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue