Hello, When you say that this can't be fixed, do you mean that we can't properly route a mouse event if the window is transparent and it covers a window from another process? Well I'm not sure if Windows does that either. However, we don't need any X11 support to forward the message to another window on the same thread, and the applications in question need only that.
If we can make these applications work, why don't we?
Daniel
2012/7/23, Alexandre Julliard julliard@winehq.org:
Daniel Jelinski djelinski1@gmail.com writes:
Hello, Check out the description of HTTRANSPARENT on [1]. If MSDN is right here, then the code after applying my patch is still not correct, but at least closer to correct than it is now. As for a test case, do you prefer a minimalistic test case with one test that would be todo_wine without this patch and ok without it, or a massive test involving several overlapping windows belonging to different threads?
This can't be fixed properly under X11, which is why the bug is marked WONTFIX. Test cases won't help.
-- Alexandre Julliard julliard@winehq.org