http://bugs.winehq.org/show_bug.cgi?id=26924
--- Comment #47 from Joshua wine@placesthroughtime.com 2012-09-15 10:29:18 CDT --- Created attachment 41688 --> http://bugs.winehq.org/attachment.cgi?id=41688 Only call set_window_pos if needed
After re-evaluating the updated patch I found that this made more sense with the current code. Checking offset.cx and offset.cy to see if either of them are non-zero before calling the set_window_pos function.