win32: notify application about idle on WM_ENTERIDLE

git-svn-id: trunk@21842 -
This commit is contained in:
paul 2009-09-23 21:44:07 +00:00
parent 6525519754
commit eaa3c7ca92

View File

@ -1339,6 +1339,7 @@ begin
CheckSynchronize;
TWin32Widgetset(Widgetset).CheckPipeEvents;
end;
WM_ENTERIDLE: Application.Idle(False);
WM_ACTIVATE:
begin
case LOWORD(WParam) Of