소스 검색

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;
 		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;