mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +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)
|
if (enableMinimizeToTray)
|
||||||
MinimizeToTray.Create(hwnd);
|
MinimizeToTray.Create(hwnd);
|
||||||
|
|
||||||
|
/*
|
||||||
if (freezeCapture)
|
if (freezeCapture)
|
||||||
{
|
{
|
||||||
Log.Event($"recognize {curDisplayKey} as user session");
|
Log.Event($"recognize {curDisplayKey} as user session");
|
||||||
freezeCapture = false; //unlock unknown display session as normal
|
freezeCapture = false; //unlock unknown display session as normal
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
goto case User32Events.EVENT_SYSTEM_MOVESIZEEND;
|
goto case User32Events.EVENT_SYSTEM_MOVESIZEEND;
|
||||||
case User32Events.EVENT_SYSTEM_MOVESIZEEND:
|
case User32Events.EVENT_SYSTEM_MOVESIZEEND:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue