mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
fix wrong capture due to improper unfreeze
This commit is contained in:
parent
05a740a21f
commit
0adf762fa0
1 changed files with 2 additions and 0 deletions
|
@ -2173,11 +2173,13 @@ namespace PersistentWindows.Common
|
|||
if (enableMinimizeToTray)
|
||||
MinimizeToTray.Create(hwnd);
|
||||
|
||||
/*
|
||||
if (freezeCapture)
|
||||
{
|
||||
Log.Event($"recognize {curDisplayKey} as user session");
|
||||
freezeCapture = false; //unlock unknown display session as normal
|
||||
}
|
||||
*/
|
||||
|
||||
goto case User32Events.EVENT_SYSTEM_MOVESIZEEND;
|
||||
case User32Events.EVENT_SYSTEM_MOVESIZEEND:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue