mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 06:29:32 +02:00
amiga units: datatypes library unit improved
git-svn-id: trunk@38987 -
This commit is contained in:
parent
76e3b28297
commit
ae01ff2bf3
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,8 @@
|
||||
{
|
||||
This file is part of the Free Pascal run time library.
|
||||
Copyright (c) 2014 by Free Pascal development team
|
||||
Copyright (c) 2018 by Free Pascal development team
|
||||
|
||||
asl.library functions
|
||||
datatypes.library functions
|
||||
|
||||
See the file COPYING.FPC, included in this distribution,
|
||||
for details about the copyright.
|
||||
@ -385,13 +385,13 @@ type
|
||||
dtg_AttrList: PTagItem; // Additional attributes
|
||||
end;
|
||||
|
||||
//* DTM_TRIGGER */
|
||||
// DTM_TRIGGER
|
||||
PdtTrigger = ^TdtTrigger;
|
||||
TdtTrigger = record
|
||||
MethodID : ULONG;
|
||||
dtt_GInfo : PGadgetInfo;
|
||||
dtt_Function : ULONG;
|
||||
dtt_Data : APTR;
|
||||
MethodID: PtrUInt;
|
||||
dtt_GInfo: PGadgetInfo;
|
||||
dtt_Function: LongWord;
|
||||
dtt_Data: APTR;
|
||||
end;
|
||||
|
||||
const
|
||||
@ -481,7 +481,7 @@ const
|
||||
const
|
||||
PICTUREDTCLASS = 'picture.datatype';
|
||||
|
||||
Type
|
||||
type
|
||||
PBitMapHeader = ^TBitMapHeader;
|
||||
TBitMapHeader = record
|
||||
bmh_Width: Word;
|
||||
|
Loading…
Reference in New Issue
Block a user