ALTaleX531 / TranslucentFlyouts

Translucent effect for most of the win32 flyouts
GNU Lesser General Public License v3.0
810 stars 25 forks source link

Support for round corner on Win10 #62

Closed Satanarious closed 11 months ago

Satanarious commented 11 months ago

Support for round corners on windows 10 with customizable border radius. Is this possible?

ALTaleX531 commented 11 months ago

image The backdrop is always not round.

Satanarious commented 11 months ago

Yeah, that's a problem I've faced in the past. Closing this as wont-fix.

ALTaleX531 commented 11 months ago

However, UpdateLayeredWindow can let backdrop round but it has relavant side-effect about layered window.

Satanarious commented 11 months ago

On Second thought, Can we render a transparent((Invisible)) background and, inside that a layered window with round corners?

ALTaleX531 commented 11 months ago

Then, the drop shadow effect will be clipped and it will also affect fluent menu animation.

Satanarious commented 11 months ago

Yeah, I forgot about the animations. My bad.