瀏覽代碼

LONGINT -> WMGraphics.Color

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8545 8c9fc860-2736-0410-a75d-ab315db34111
eth.metacore 6 年之前
父節點
當前提交
1ef8ef3557
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/TextUtilities.Mod

+ 1 - 1
source/TextUtilities.Mod

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