Hi all,
again I go here to ask what is wrong with my patch sent on 23 Nov 2005 to wine-patches (still not in CVS).
The problem with monochrome bitmaps with inverted colors was discovered in game "Neighbours from Hell". I tested the patch with simulated inverted colors monochrome bitmap and it is working perfectly. Also the game is working fully. I do not see any reason why it was (probably) ignored again (last time there was a hidden compile problem).
Find attached patch.
Regards,
Oldrich.
Oldrich Jedlicka oldium.pro@seznam.cz writes:
Hi all,
again I go here to ask what is wrong with my patch sent on 23 Nov 2005 to wine-patches (still not in CVS).
The problem with monochrome bitmaps with inverted colors was discovered in game "Neighbours from Hell". I tested the patch with simulated inverted colors monochrome bitmap and it is working perfectly. Also the game is working fully. I do not see any reason why it was (probably) ignored again (last time there was a hidden compile problem).
The changes look ok, but please send separate fixes as separate patches, there are really 3 different fixes in your patch.
Thanks,
I will split it into three parts and send them separately into wine-patches:
* Fix for the RGB mask * Fix for the monochrome bitmap with inverted colors * Remove the identity color map settings for monochrome bitmaps as it is needed for the previous fix
Is it ok?
Oldrich.
Dne Wednesday 30 of November 2005 12:42 Alexandre Julliard napsal(a):
Oldrich Jedlicka oldium.pro@seznam.cz writes:
Hi all,
again I go here to ask what is wrong with my patch sent on 23 Nov 2005 to wine-patches (still not in CVS).
The problem with monochrome bitmaps with inverted colors was discovered in game "Neighbours from Hell". I tested the patch with simulated inverted colors monochrome bitmap and it is working perfectly. Also the game is working fully. I do not see any reason why it was (probably) ignored again (last time there was a hidden compile problem).
The changes look ok, but please send separate fixes as separate patches, there are really 3 different fixes in your patch.