[PATCH] WM_IME_SETCONTEXT is sent when a window is activated

2008-06-24 Thread Christopher GAUTIER
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 w

Re: [PATCH] WM_IME_SETCONTEXT is sent when a window is activated

2008-05-31 Thread Vitaliy Margolen
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)