Kaynağa Gözat

MorphOS: Intuition.library structure fixes

git-svn-id: trunk@41948 -
marcus 6 yıl önce
ebeveyn
işleme
0da87a4b49
1 değiştirilmiş dosya ile 1 ekleme ve 3 silme
  1. 1 3
      packages/morphunits/src/intuition.pas

+ 1 - 3
packages/morphunits/src/intuition.pas

@@ -1707,7 +1707,7 @@ type
     ViewInitX,
     ViewInitX,
     ViewInitY: SmallInt;   // View initial offset values
     ViewInitY: SmallInt;   // View initial offset values
 
 
-    EnableCLI: LongBool;   // CLI availability switch
+    EnableCLI: WordBool;   // CLI availability switch
 
 
   // printer configurations
   // printer configurations
     PrinterType: Word;     // printer type
     PrinterType: Word;     // printer type
@@ -2075,8 +2075,6 @@ type
     cl_SubclassCount: LongWord; // number of direct subclasses
     cl_SubclassCount: LongWord; // number of direct subclasses
     cl_ObjectCount: LongWord;   // number of instances
     cl_ObjectCount: LongWord;   // number of instances
     cl_Flags: LongWord;         // Flags (CLF_INLIST)
     cl_Flags: LongWord;         // Flags (CLF_INLIST)
-    cl_ObjectSize: LongWord;    // cl_InstOffset + cl_InstSize + SizeOf(_Object)
-    cl_MemoryPool: APTR;
   end;
   end;
 
 
 const
 const