mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:09:33 +02:00
* Two msgs added found while porting toolbar97
git-svn-id: trunk@5767 -
This commit is contained in:
parent
19b4964df3
commit
f340e27114
@ -1728,7 +1728,20 @@ Type
|
||||
Unused: LPARAM;
|
||||
Result: LRESULT;
|
||||
end;
|
||||
{$endif messagesunit}
|
||||
TWMEnable = packed record
|
||||
Msg: Cardinal;
|
||||
Enabled: LongBool;
|
||||
Unused: Longint;
|
||||
Result: Longint;
|
||||
end;
|
||||
TWMMouseActivate = packed record
|
||||
Msg: Cardinal;
|
||||
TopLevel: HWND;
|
||||
HitTestCode: Word;
|
||||
MouseMsg: Word;
|
||||
Result: Longint;
|
||||
end;
|
||||
{$endif messagesunit}
|
||||
|
||||
{$endif read_interface}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user