http://bugs.winehq.com/show_bug.cgi?id=640
------- Additional Comments From proski@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.