Cosmetic fix from Daniel Fazekas: apparently we were failing to allow
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Thu, 6 Nov 2003 14:17:56 +0000 (14:17 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Thu, 6 Nov 2003 14:17:56 +0000 (14:17 +0000)
window-furniture in Playschool Windows be animated on mouse-over. This
fix also seems like the Right Thing to do. I've tried it and it seems
harmless enough on Win2K.

git-svn-id: svn://svn.tartarus.org/sgt/putty@3536 cda61777-01e9-0310-a592-d414129be87e

window.c

index 5174b46..35df36a 100644 (file)
--- a/window.c
+++ b/window.c
@@ -2087,7 +2087,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
       case WM_NCMOUSEMOVE:
        show_mouseptr(1);
        noise_ultralight(lParam);
-       return 0;
+       break;
       case WM_IGNORE_CLIP:
        ignore_clip = wParam;          /* don't panic on DESTROYCLIPBOARD */
        break;