]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Cosmetic fix from Daniel Fazekas: apparently we were failing to allow
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 6 Nov 2003 14:17:56 +0000 (14:17 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
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.

[originally from svn r3536]

window.c

index 5174b46fc7df8a2e3dda8d851e65e8d9ecf9383d..35df36ac6c4b47bb88ca17777a3286d6298768d7 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;