http://bugs.winehq.org/show_bug.cgi?id=4948
------- Additional Comments From the3dfxdude@gmail.com 2006-09-04 20:59 ------- Created an attachment (id=2259) --> (http://bugs.winehq.org/attachment.cgi?id=2259&action=view) fix paint messages with explorer desktop
Since the switch to explorer desktop management, the paint messages are not being handled properly. This may be one way to fix it. It returns before attempting SendMessage. If SendMessage gets called with QS_PAINT, it may block indefinitely because it can only get QS_SENDMESSAGE. (someone correct me if my logic is wrong)