mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 20:09:18 +02:00
MorphOS: adding missing dtReleaseDrawInfo to datatypes
git-svn-id: trunk@41957 -
This commit is contained in:
parent
cd3e6a9c73
commit
0a1d88b824
@ -629,6 +629,13 @@ Type
|
|||||||
dtd_AttrList : pTagItem; { Additional attributes }
|
dtd_AttrList : pTagItem; { Additional attributes }
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
// DTM_RELEASERAWINFO
|
||||||
|
PdtReleaseDrawInfo = ^TdtReleaseDrawInfo;
|
||||||
|
TdtReleaseDrawInfo = record
|
||||||
|
MethodID: PtrUInt;
|
||||||
|
dtr_Handle: APTR; // Handle as returned by DTM_OBTAINDRAWINFO
|
||||||
|
end;
|
||||||
|
|
||||||
{ DTM_WRITE }
|
{ DTM_WRITE }
|
||||||
pdtWrite = ^tdtWrite;
|
pdtWrite = ^tdtWrite;
|
||||||
tdtWrite = record
|
tdtWrite = record
|
||||||
|
Loading…
Reference in New Issue
Block a user