[Bug 11295] Photoshop 6 and 7 crash if you activate them while there' s an image in the clipboard

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jan 23 00:37:39 CST 2008


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





--- Comment #7 from Dmitry Timoshkov <dmitry at codeweavers.com>  2008-01-23 00:37:39 ---
Probably the problem comes from X11DRV_DIB_CreateDIBFromPixmap in
dlls/winex11.drv/dib.c. The 24 vs. 32 bit mismatch comes from the fact that
Wine doesn't report 24 bpp depth for a DC in GetDeviceCaps and 32 instead,
but X11 uses 24 in that case.

A solution should be to fix X11DRV_DIB_CreateDIBFromPixmap to use 32
if XGetGeometry returns depth 24.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list