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
Родитель f4a4551d5b
Коммит a9e286ad57
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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