imawizard / MiguruWM

A tiling window manager for Windows
BSD 2-Clause "Simplified" License
36 stars 3 forks source link

ExtendedFrameBounds is flaky for DPI unaware windows #4

Open imawizard opened 1 year ago

imawizard commented 1 year ago

Examples for affected windows:

Examples for not affected windows (system DPI aware):

Returned values are not reliable:

ExtendedFrameBounds(0x00020a6c) are {bottom = 11, left = 11, right = 11, top = 0}
ExtendenFrameBounds(0x00020a6c) are {bottom = 11, left = 12, right = 10, top = 0}