Re: More correctly handle the presence of the default ime inputwindow on Ime open and close

2008-02-08 Thread Dmitry Timoshkov
Aric Stewart [EMAIL PROTECTED] wrote: diff --git a/dlls/imm32/imm.c b/dlls/imm32/imm.c index 4acbde3..f3ed6f9 100644 --- a/dlls/imm32/imm.c +++ b/dlls/imm32/imm.c @@ -190,19 +190,17 @@ static LRESULT ImmInternalSendIMENotify(WPARAM notify, LPARAM lParam) static void

Re: More correctly handle the presence of the default ime inputwindow on Ime open and close

2008-02-08 Thread Aric Stewart
Good point, resending. thanks, -aric Dmitry Timoshkov wrote: Aric Stewart [EMAIL PROTECTED] wrote: diff --git a/dlls/imm32/imm.c b/dlls/imm32/imm.c index 4acbde3..f3ed6f9 100644 --- a/dlls/imm32/imm.c +++ b/dlls/imm32/imm.c @@ -190,19 +190,17 @@ static LRESULT