Hello, Following up on http://www.winehq.org/pipermail/wine-patches/2008-May/055400.html
>> Description: >> The WM_IME_SETCONTEXT message should be sent when a window is >> (de)activated >> (source: >> http://msdn.microsoft.com/en-us/library/ms776117(VS.85).aspx) >> The value for lParam was obtained by spying on the messages when >> activating and deactivating the window. On Sat May 31, Vitaliy Margolen wrote: >Please add a test for this to user32/test/msg.c test Having read user32/test/msg.c, it seems to me that the test is already written, since the WM_IME_SETCONTEXT message is in many cases specified as following WM_ACTIVATE in the various 'message Wm*[]' structures. Please tell me if something more needs to be done. Cheers, Christopher