Christopher GAUTIER wrote:
Changelog:
- dll/user32/defwnd.c: WM_IME_SETCONTEXT is sent when a window is activated
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.
Please add a test for this to user32/test/msg.c test
Vitaliy.