Update utslvclstdctl.tsf

gtk idle
This commit is contained in:
JianjunLiu 2022-11-24 14:32:48 +08:00
parent f554216201
commit 9831a0260f
1 changed files with 8 additions and 4 deletions

View File

@ -6766,11 +6766,15 @@ type tedolist = class()
flockct; //计数
flist; //链表
end
initialization
function uinit();
begin
{$ifdef linux}
class(tUIglobalData).uisetdata("G_T_TTIMER_",class(TCustomTimer));
class(TCustomTimer)._wapi.SetTimer(nil,10000,100,getwinprocptr(2));
class(tUIglobalData).uisetdata("G_T_TTIMER_",class(TCustomTimer));
o := new TSLUIBASE();
o._wapi.SetTimer(nil,10000,100,getwinprocptr(2));
{$endif}
end
initialization
uinit();
end.