Aric Stewart : imm32: Have IMM class use DefWindowProc.

Alexandre Julliard julliard at winehq.org
Wed Oct 3 13:20:36 CDT 2012


Module: wine
Branch: master
Commit: e9f3030c51f7619fbbb4f5dc6a7642d035aa7815
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e9f3030c51f7619fbbb4f5dc6a7642d035aa7815

Author: Aric Stewart <aric at codeweavers.com>
Date:   Wed Oct  3 06:54:39 2012 -0500

imm32: Have IMM class use DefWindowProc.

---

 dlls/imm32/imm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/imm32/imm.c b/dlls/imm32/imm.c
index cf76df1..015b8ab 100644
--- a/dlls/imm32/imm.c
+++ b/dlls/imm32/imm.c
@@ -2914,6 +2914,6 @@ static LRESULT WINAPI DefIME_WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam,
                    PostMessageW(immHkl->UIWnd,uMsg,wParam,lParam);
                 return TRUE;
             }
-            return FALSE;
+            return DefWindowProcW(hwnd, uMsg, wParam, lParam);
     }
 }




More information about the wine-cvs mailing list