mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 12:01:55 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
![]() When creating a shortcut icon and we have 32 bpp, use GdiAlphaBlend to create the final bitmap. This is neccessary, since we want to support alpha channels and those are destroyed when using SRCPAINT or any similar ROPs on the alpha bitmap (not a bug, Windows works like that, too). We could use MaskBlt, if it would work correctly, but on reactos it destroys the alpha channel as well (bug!), it's also most likely slower then the current solution. Fixes broken overlay icons. See issue #5455 for more details. svn path=/trunk/; revision=48463 |
||
---|---|---|
irc | ||
reactos | ||
rosapps | ||
rostests | ||
wallpaper |