mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
+ added type PPXEventClass (pointer to pointer to TXEventClass)
git-svn-id: trunk@33619 -
This commit is contained in:
parent
0a2e5dd24b
commit
3e3b821501
@ -348,6 +348,7 @@ type
|
||||
{$ELSE}
|
||||
XEventClass = culong;
|
||||
{$ENDIF}
|
||||
PPXEventClass = ^PXEventClass;
|
||||
PXEventClass = ^TXEventClass;
|
||||
TXEventClass = XEventClass;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user