[Bug 640] Major graphic glitch in x11drv

Wine Bugs wine-bugs at winehq.com
Thu Sep 25 01:31:12 CDT 2003


http://bugs.winehq.com/show_bug.cgi?id=640





------- Additional Comments From proski at spamcop.net  2003-25-09 01:31 -------
Created an attachment (id=376)
 --> (http://bugs.winehq.com/attachment.cgi?id=376&action=view)
Proposed fix

Avoid using XOR to work around XFree86 bug.
DrawFocusRect() should copy the standard text color.
XOR for the focus is wrong already because it would produce a slightly
different color.
draw_moving_frame() should not use DrawFocusRect() because it needs XOR.
PatBlt has no problems with XFree86 4.2.1, so use it for all frames.
Use checkered brush to imitate what I see on Windows 2000 - one pixel wide
dotted line of the color opposite to the background.

-- 
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list