mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 03:59:28 +02:00
MorphOS: Intuition.library structure fixes
git-svn-id: trunk@41948 -
This commit is contained in:
parent
b6c095c771
commit
0da87a4b49
@ -1707,7 +1707,7 @@ type
|
||||
ViewInitX,
|
||||
ViewInitY: SmallInt; // View initial offset values
|
||||
|
||||
EnableCLI: LongBool; // CLI availability switch
|
||||
EnableCLI: WordBool; // CLI availability switch
|
||||
|
||||
// printer configurations
|
||||
PrinterType: Word; // printer type
|
||||
@ -2075,8 +2075,6 @@ type
|
||||
cl_SubclassCount: LongWord; // number of direct subclasses
|
||||
cl_ObjectCount: LongWord; // number of instances
|
||||
cl_Flags: LongWord; // Flags (CLF_INLIST)
|
||||
cl_ObjectSize: LongWord; // cl_InstOffset + cl_InstSize + SizeOf(_Object)
|
||||
cl_MemoryPool: APTR;
|
||||
end;
|
||||
|
||||
const
|
||||
|
Loading…
Reference in New Issue
Block a user