From 5b52afc824334e091b779aea9d984ae90e313ab7 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 10 Sep 2017 19:45:16 +0000 Subject: [PATCH] os4units: TNewWindow.type_ renamed to WType to be compatible with the other amiga platforms git-svn-id: trunk@37173 - --- packages/os4units/src/intuition.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/os4units/src/intuition.pas b/packages/os4units/src/intuition.pas index eed8119149..cc06beb802 100644 --- a/packages/os4units/src/intuition.pas +++ b/packages/os4units/src/intuition.pas @@ -1122,7 +1122,7 @@ type 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 // system standard Screen Types such as WBENCHSCREEN. See the type definitions under the Screen structure - Type_: Word; + WType: Word; end; // The following structure is the future NewWindow. Compatibility issues require that the size of NewWindow not change.