mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 21:15:38 +02:00
#289, 1. add command option -dpi_sensitive_call=0, 2. reject sudden window dpi change
This commit is contained in:
parent
63cd6db0e9
commit
818b8c50bd
4 changed files with 37 additions and 3 deletions
|
@ -39,6 +39,7 @@ namespace PersistentWindows.Common.Models
|
|||
public RECT ScreenPosition { get; set; }
|
||||
public WindowPlacement WindowPlacement { get; set; }
|
||||
public bool NeedUpdateWindowPlacement { get; set; } //non-persistent data used for tmp argument passing only
|
||||
public uint Dpi { get; set; }
|
||||
|
||||
// window z-order
|
||||
public bool IsTopMost { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue