Fix problem with pointer hiding
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 2 Mar 2001 09:25:14 +0000 (09:25 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 2 Mar 2001 09:25:14 +0000 (09:25 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@964 cda61777-01e9-0310-a592-d414129be87e

window.c

index cdc58dc..a54d507 100644 (file)
--- a/window.c
+++ b/window.c
@@ -1396,6 +1396,10 @@ static LRESULT CALLBACK WndProc (HWND hwnd, UINT message,
                        TO_CHR_Y(Y_POS(lParam)));
        }
        return 0;
+      case WM_NCMOUSEMOVE:
+       show_mouseptr(1);
+        noise_ultralight(lParam);
+       return 0;
       case WM_IGNORE_CLIP:
        ignore_clip = wParam;          /* don't panic on DESTROYCLIPBOARD */
        break;