[Bug 2733] transparency in LoadImage() or in static controls

Wine Bugs wine-bugs at winehq.org
Thu Feb 24 16:43:47 CST 2005


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


us at the-edmeades.demon.co.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wine-bugs at winehq.org
         AssignedTo|wine-bugs at winehq.org        |us at the-edmeades.demon.co.uk
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1




------- Additional Comments From us at the-edmeades.demon.co.uk  2005-24-02 16:43 -------
This is resolved by changing the line  
SetDIBits(screen_dc, hbitmap, 0, height, bits, info, DIB_RGB_COLORS); 
to  
SetDIBits(screen_dc, hbitmap, 0, height, bits, fix_info, DIB_RGB_COLORS); 
 
in windows/cursoricon.c around line 2151 (Mine has some debug code in so it 
might be a few lines out) 
 
If I can, I'll submit a patch tomorrow otherwise it might be next week 
sometime. 
 
With this the demo you sent me looks like I would expect 

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



More information about the wine-bugs mailing list