A free Windows-compatible Operating System - mirrored from GitHub
Go to file
2010-03-11 17:49:44 +00:00
irc
reactos [WIN32K]: EngCreateBitmap/IntCreateBitmap don't make much sense (code written back in 2004...). RLEs don't have scanlines by definitions, bit depth alignments and sizing is not done, newer display formats (compressed) are not supported correctly, zero-width surfaces fail because the size is ignored during scanline calculation, etc. These bugs caused eVb's test VGA display driver to fail as it needs to create a zero-depth shadow surface, which would end up with pv0Bits == NULL in the current implementation (and crash during ROPs/BitBLTs). Attempted to rewrite as much of it to 1) make Windows drivers work with it 2) continue the current hacks needed for ReactOS drawing. Note that the broken IntCreateBitmap is still used by non EngXXX interfaces to reduce the change of breakage, but keep in mind the function is entirely wrong. 2010-03-11 17:49:44 +00:00
rosapps Sync Winfile to Wine 1.1.40 2010-03-06 16:00:22 +00:00
rostests - Fix test build! 2010-03-11 03:29:01 +00:00
wallpaper