[Bug 8426] Darkstone Demo: Main menu and mouse cursor invisible

Wine Bugs wine-bugs at winehq.org
Mon May 21 18:31:24 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=8426





------- Additional Comments From stefandoesinger at gmx.at  2007-21-05 18:31 -------
One more thing that came to my mind: If you set up the gl format as format = 
GL_BGRA and type = GL_UNSIGNED_SHORT_5_5_5_1_REV, then you can skip the 
masking and shifting altogether and just set the highest bit (1 << 15) to 1 or 
0. You'll have to set it to 0 explicitly ( *Dest &= ~(1 << 15) ) if the color 
key applies to remove junk that is possibly set in this bit.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the wine-bugs mailing list