mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
#352, add command option -capture_floating_window
This commit is contained in:
parent
eea9165382
commit
2b73c3c2bc
2 changed files with 6 additions and 0 deletions
|
@ -165,6 +165,9 @@ namespace PersistentWindows.SystrayShell
|
|||
case "-delay_auto_capture":
|
||||
delay_auto_capture = 1;
|
||||
break;
|
||||
case "-capture_floating_window":
|
||||
pwp.captureFloatingWindow = true;
|
||||
break;
|
||||
case "-dpi_sensitive_call=1":
|
||||
User32.DpiSenstiveCall = true;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue