mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 12:00:29 +02:00
win32: notify application about idle on WM_ENTERIDLE
git-svn-id: trunk@21842 -
This commit is contained in:
parent
6525519754
commit
eaa3c7ca92
@ -1339,6 +1339,7 @@ begin
|
||||
CheckSynchronize;
|
||||
TWin32Widgetset(Widgetset).CheckPipeEvents;
|
||||
end;
|
||||
WM_ENTERIDLE: Application.Idle(False);
|
||||
WM_ACTIVATE:
|
||||
begin
|
||||
case LOWORD(WParam) Of
|
||||
|
Loading…
Reference in New Issue
Block a user