mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:00:43 +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;
|
CheckSynchronize;
|
||||||
TWin32Widgetset(Widgetset).CheckPipeEvents;
|
TWin32Widgetset(Widgetset).CheckPipeEvents;
|
||||||
end;
|
end;
|
||||||
|
WM_ENTERIDLE: Application.Idle(False);
|
||||||
WM_ACTIVATE:
|
WM_ACTIVATE:
|
||||||
begin
|
begin
|
||||||
case LOWORD(WParam) Of
|
case LOWORD(WParam) Of
|
||||||
|
Loading…
Reference in New Issue
Block a user