mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
973109beb4
BugFix CreateBitmapIndirect, the code have been tested in reactos and windows, include abiword 1. the bmWidthBytes must be align with 2 and it must be 2 or higher like windows xp/2003 and msdn 2. Do not do direcly call to NtGdiCreateBitmap use CreateBitmap so we getting same behoir for 1x1 1Bpp bitmap. 3. This will also take care of handle leaks for bitmap that being create with height = 0, width = 0 and do not delete the object. 4. Windowss does not check if the incoming bitmap is NULL, this behoir to make it more compatible. svn path=/trunk/; revision=33427 |
||
---|---|---|
irc | ||
reactos | ||
rosapps | ||
rostests | ||
wallpaper |