http://bugs.winehq.org/show_bug.cgi?id=31702
--- Comment #29 from Henri Verbeet hverbeet@gmail.com 2012-09-24 05:19:29 CDT --- (In reply to comment #28)
clip (left/right/top/bottom): 0 1920 0 1080
all the time.
And 1920x1080 is also the size of your screen, right? Why doesn't it return in "if (EqualRect( clip, &clip_rect ) || clip_fullscreen_window( foreground, TRUE )) return TRUE;"? The ClipCursor(NULL) call on releasing a mouse button may be a problem as well, but lets figure this one out first.