--- Merging r40510 into '.':

U    packages/graph/src/win32/graph.pp
--- Recording mergeinfo for merge of r40510 into '.':
 U   .
--- Merging r40511 into '.':
U    packages/graph/src/inc/graphh.inc
--- Recording mergeinfo for merge of r40511 into '.':
 G   .

# revisions: 40510,40511

git-svn-id: branches/fixes_3_2@40741 -
This commit is contained in:
marco 2019-01-01 22:20:20 +00:00
parent 0ad0cefeb3
commit f6e52ff1de
2 changed files with 2 additions and 2 deletions

View File

@ -618,7 +618,7 @@ TYPE
MaxY: word; { Max. column. }
DirectColor: boolean; { Is this a direct color mode?? }
Hardwarepages: byte; { total number of image pages - 1 }
ModeName: String[18];
ModeName: String[32];
{ necessary hooks ... }
DirectPutPixel : DefPixelProc;
GetPixel : GetPixelProc;

View File

@ -2190,7 +2190,7 @@ function queryadapterinfo : pmodeinfo;
mode.PaletteSize := mode.MaxColor;
mode.DirectColor := FALSE;
mode.MaxX := 1023;
mode.MaxY := 768;
mode.MaxY := 767;
SetupWin32GUIDefault;
mode.XAspect := 10000;
mode.YAspect := 10000;