зеркало из https://github.com/github/putty.git
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:
Родитель
f4a4551d5b
Коммит
a9e286ad57
2
window.c
2
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче