Re: imm32: use SendMessage not PostMessage for the Default IME winproc

2012-11-20 Thread Aric Stewart
On 12/11/06 9:38, Henri Verbeet wrote: > On 6 November 2012 15:41, Aric Stewart wrote: >> >> This allows the calling program to properly get the return codes from the >> messages when they need them. >> Also prevent all of the calls for IME messages in that windproc from falling >> back through

Re: imm32: use SendMessage not PostMessage for the Default IME winproc

2012-11-06 Thread Henri Verbeet
On 6 November 2012 15:41, Aric Stewart wrote: > > This allows the calling program to properly get the return codes from the > messages when they need them. > Also prevent all of the calls for IME messages in that windproc from falling > back through to DefWindowProc. > > for bug 32101 Can we ha