Browse Source

LONGINT -> WMGraphics.Color

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8545 8c9fc860-2736-0410-a75d-ab315db34111
eth.metacore 6 năm trước cách đây
mục cha
commit
1ef8ef3557
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      source/TextUtilities.Mod

+ 1 - 1
source/TextUtilities.Mod

@@ -43,7 +43,7 @@ TYPE
 	VAR text : Texts.Text;
 		ucs32buf : POINTER TO ARRAY OF LONGINT;
 		fontName : ARRAY 32 OF CHAR;
-		fontSize, fontBgColor, fontVOff : LONGINT; fontColor: WMGraphics.Color;
+		fontSize, x, fontVOff : LONGINT; fontColor, fontBgColor: WMGraphics.Color;
 		fontStyle : SET;
 		currentAttributes- : Texts.Attributes;
 		oldBytes : ARRAY 7 OF CHAR;