http://bugs.winehq.org/show_bug.cgi?id=21092
--- Comment #8 from Wylda wylda@volny.cz 2009-12-20 13:54:45 --- (In reply to comment #6)
It's probably much more interesting to look at what messages are actually filtered by changing the relevant TRACE in swapchain_process_message() to a FIXME or something. You're probably looking for something like WM_ACTIVATE (0x6) or WM_SETFOCUS (0x7).
OK, i guess i need some patch for that. Can you provide?