Browse Source

os4units: TNewWindow.type_ renamed to WType to be compatible with the other amiga platforms

git-svn-id: trunk@37173 -
marcus 8 years ago
parent
commit
5b52afc824
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/os4units/src/intuition.pas

+ 1 - 1
packages/os4units/src/intuition.pas

@@ -1122,7 +1122,7 @@ type
     MaxWidth, MaxHeight: Word;     // maximums
     MaxWidth, MaxHeight: Word;     // maximums
     // the type variable describes the Screen in which you want this Window to open.  The type value can either be CUSTOMSCREEN or one of the
     // the type variable describes the Screen in which you want this Window to open.  The type value can either be CUSTOMSCREEN or one of the
     // system standard Screen Types such as WBENCHSCREEN.  See the type definitions under the Screen structure
     // system standard Screen Types such as WBENCHSCREEN.  See the type definitions under the Screen structure
-    Type_: Word;
+    WType: Word;
   end;
   end;
 
 
 // The following structure is the future NewWindow.  Compatibility issues require that the size of NewWindow not change.
 // The following structure is the future NewWindow.  Compatibility issues require that the size of NewWindow not change.