1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Cosmetic fix from Daniel Fazekas: apparently we were failing to allow

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]
This commit is contained in:
Jacob Nevins 2003-11-06 14:17:56 +00:00
parent f4a4551d5b
commit a9e286ad57

View File

@ -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;