소스 검색

+ use PatternLineVESA256 also for the 640x400 256-colour VESA mode

git-svn-id: trunk@25722 -
nickysn 12 년 전
부모
커밋
7b7334138b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/graph/src/go32v2/graph.pp

+ 1 - 0
packages/graph/src/go32v2/graph.pp

@@ -4155,6 +4155,7 @@ const CrtAddress: word = 0;
              mode.hline := {$ifdef fpc}@{$endif}HLineVESA256;
              mode.vline := {$ifdef fpc}@{$endif}VLineVESA256;
              mode.GetScanLine := {$ifdef fpc}@{$endif}GetScanLineVESA256;
+             mode.PatternLine := {$ifdef fpc}@{$endif}PatternLineVESA256;
              mode.XAspect := 8333;
              mode.YAspect := 10000;
              AddMode(mode);