\riched20\editor.c), which causes the delay.
If anyone stumbled upon the similar issue, what should be the solution to this.
Thanks
Renu Rajput
Hi
I've tried submitting a patch to wine-patches 3 times(as per feedback from Wine group), but it has not been applied yet.
Please tell me what I am doing wrong.
ThanksRenu
Here's the patch:
diff -urN OldDir/dlls/comdlg32/filedlg.c NewDir/dlls/comdlg32/filedlg.c--- OldDir/dlls/comdlg32/filedlg.c 20
The patch at
http://www.winehq.org/pipermail/wine-patches/2006-August/029855.html needs
to be corrected a bit:
In file editor.c, there is a change as follows
>case WM_MOUSEMOVE:
> if (GetCapture() == hWnd)
>ME_MouseMove(editor, (short)LOWORD(lParam),
(short)HIWORD(lParam));
>