#289, 1. add command option -dpi_sensitive_call=0, 2. reject sudden window dpi change

This commit is contained in:
Kang Yu 2024-02-09 12:19:50 -08:00
parent 63cd6db0e9
commit 818b8c50bd
4 changed files with 37 additions and 3 deletions

View file

@ -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; }