Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes all invisible borders in Windows 10 #136

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

RamonUnch
Copy link

@RamonUnch RamonUnch commented May 13, 2021

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: #38

RamonUnch added 4 commits May 13, 2021 09:14
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,
Create IsWindowCloaked(hwnd) funcion and apply it where IsWindowVisible is used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows 10 window borders
1 participant