http://bugs.winehq.org/show_bug.cgi?id=6311
--- Comment #25 from EA Durbin ead1234@hotmail.com 2008-03-11 23:34:20 --- Created an attachment (id=11333) --> (http://bugs.winehq.org/attachment.cgi?id=11333) this patch demonstrates the cause of the bug, fixes my application
This one line in the patch is what broke this application's functionality
@@ -1500,42 +1500,46 @@ static void set_window_pos( struct windo client_changed = (client_rect->left - old_client_rect.left != x_offset ||
+ !valid_rects ||
If I revert this one line in the client_changed assignment then the application works again.