KolibriOS.TThreadInfo.Window/Client are TBox now

This commit is contained in:
2020-09-17 18:29:37 +03:00
parent 5481451551
commit 07075c3f36
2 changed files with 7 additions and 7 deletions

View File

@@ -56,10 +56,10 @@ type
MemAddress: LongWord;
MemUsage: LongWord;
Identifier: LongWord;
Window: TRect;
Window: TBox;
ThreadState: Word;
Reserved2: Word;
Client: TRect;
Client: TBox;
WindowState: Byte;
EventMask: LongWord;
KeyboardMode: Byte;