-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Window transparency doesn't work on Windows 10 #260
Copy link
Copy link
Closed
Labels
D - hardLikely harder than most tasks hereLikely harder than most tasks hereDS - win32Affects the Win32/Windows backendAffects the Win32/Windows backendH - help wantedSomeone please save usSomeone please save usP - normalGreat to haveGreat to haveS - enhancementWouldn't this be the coolest?Wouldn't this be the coolest?
Description
The DwmEnableBlurBehindWindow method for making windows transparent on Windows doesn't seem to work on Windows 10 anymore. On Windows 10 the DwmExtendFrameIntoClientArea function can be called with the margins set to -1 to make it fully transparent.
EDIT: The new method only works if the window decorations are disabled.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
D - hardLikely harder than most tasks hereLikely harder than most tasks hereDS - win32Affects the Win32/Windows backendAffects the Win32/Windows backendH - help wantedSomeone please save usSomeone please save usP - normalGreat to haveGreat to haveS - enhancementWouldn't this be the coolest?Wouldn't this be the coolest?