[Bug 38791] In server/queue.c, clipping cursor to empty rectangle is off by one pixel (affects "The Long Dark")

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jun 23 19:57:35 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38791

--- Comment #2 from Kevin Buhr <buhr at asaurus.net> ---
Thanks for the info.  I wrote a test, and it ruined my beautiful patch:  it
looks like, in the empty rectangle case, Windows clips to the top-left *or* one
pixel off depending on the direction of the clip, and multiple clips (e.g.,
calling ClipCursor(rect) multiple times with the same empty rectangle) may
toggle between the two states.  So, this will require a little more work
anyway.

-- 
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