Browse Source

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

git-svn-id: trunk@25722 -
nickysn 12 years ago
parent
commit
7b7334138b
1 changed files with 1 additions and 0 deletions
  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);