Aric Stewart : imm32: Correct offset of text in default IME window when using not default window position .

Alexandre Julliard julliard at winehq.org
Wed Feb 27 08:03:03 CST 2008


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

Author: Aric Stewart <aric at codeweavers.com>
Date:   Tue Feb 26 09:37:53 2008 -0600

imm32: Correct offset of text in default IME window when using not default window position.

---

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

diff --git a/dlls/imm32/imm.c b/dlls/imm32/imm.c
index 5872bc8..436c126 100644
--- a/dlls/imm32/imm.c
+++ b/dlls/imm32/imm.c
@@ -2101,7 +2101,6 @@ static void PaintDefaultIMEWnd(HWND hwnd)
             rect.top = cpt.y;
             rect.right = rect.left + pt.x;
             rect.bottom = rect.top + pt.y;
-            offX=offY=10;
             monitor = MonitorFromPoint(cpt, MONITOR_DEFAULTTOPRIMARY);
         }
         else /* CFS_DEFAULT */




More information about the wine-cvs mailing list