A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Timo Kreuzer b51cf52307 [SHELL32]
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
2010-08-05 14:42:56 +00:00
irc
reactos [SHELL32] 2010-08-05 14:42:56 +00:00
rosapps
rostests Add some tests for GetTextExtentExPoint. Dedicated to Pigglesworth 2010-08-03 23:15:20 +00:00
wallpaper