You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the function DibToDevice only functions correctly for opaque blits of a 4-bit DIB onto the screen, which is just enough to make Minesweeper work correctly. Transparent blits, and those involving DIBs of other depths, are completely broken.
3D Pinball is an example of a program that requires DibToDevice for an 8-bit DIB, and so is currently unplayable.
The text was updated successfully, but these errors were encountered:
Currently, the function
DibToDevice
only functions correctly for opaque blits of a 4-bit DIB onto the screen, which is just enough to make Minesweeper work correctly. Transparent blits, and those involving DIBs of other depths, are completely broken.3D Pinball is an example of a program that requires
DibToDevice
for an 8-bit DIB, and so is currently unplayable.The text was updated successfully, but these errors were encountered: