stefansundin / altdrag

:file_folder: Easily drag windows when pressing the alt key. (Windows)
https://stefansundin.github.io/altdrag/
GNU General Public License v3.0
1.42k stars 94 forks source link

Fixes all invisible borders in Windows 10 #136

Open RamonUnch opened 3 years ago

RamonUnch commented 3 years ago

add the DwmGetWindowAttribute_dyn to dynamically import the DwmGetWindowAttribute function from dwm.dll Add the GetVisibleWindowRect function. Add the GetInvisibleBorders function. Adjust the Aero-snap, doubleckick-snap, MoveSnap, ResizeSnap, EnumWindowsProc, Avoid snapping to cloaked windows (DWMWA_CLOAKED attribute)

Fixes: https://github.com/stefansundin/altdrag/issues/38