Peter Schlaile peter@schlaile.de writes:
Fix: X11DRV_SetDIBits() shouldn't silently change Bitmap protection, so we now restore the protection bits, that were present before instead of always changing to READONLY.
No, it needs to be read-only so that we can detect further changes.
Additional minor fix: bmi_has_alpha() tests for alpha channel != 0, but should test for alpha channel != 255.
No it shouldn't, 0 is correct.