http://bugs.winehq.org/show_bug.cgi?id=29618
--- Comment #3 from Claudio sick_soul@yahoo.it 2012-07-28 12:20:54 CDT --- Created attachment 41184 --> http://bugs.winehq.org/attachment.cgi?id=41184 alternative workaround, injects the W_EX_TOPMOST flag in CreateWindowEx for specific window classes
seems to work well enough, is shorter and less invasive than the other workaround. This time we look for the specific window classes in CreateWindowExA, and for the windows that should always be on top, we inject the W_EX_TOPMOST extended flag into the function input extended flags argument.