mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 01:00:15 +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;
|
Unused: LPARAM;
|
||||||
Result: LRESULT;
|
Result: LRESULT;
|
||||||
end;
|
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}
|
{$endif read_interface}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user