mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 06:38:37 -05: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:
parent
f4a4551d5b
commit
a9e286ad57
2
window.c
2
window.c
@ -2087,7 +2087,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
|
|||||||
case WM_NCMOUSEMOVE:
|
case WM_NCMOUSEMOVE:
|
||||||
show_mouseptr(1);
|
show_mouseptr(1);
|
||||||
noise_ultralight(lParam);
|
noise_ultralight(lParam);
|
||||||
return 0;
|
break;
|
||||||
case WM_IGNORE_CLIP:
|
case WM_IGNORE_CLIP:
|
||||||
ignore_clip = wParam; /* don't panic on DESTROYCLIPBOARD */
|
ignore_clip = wParam; /* don't panic on DESTROYCLIPBOARD */
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user