mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 13:06:18 +02:00
--- 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:
parent
0ad0cefeb3
commit
f6e52ff1de
@ -618,7 +618,7 @@ TYPE
|
|||||||
MaxY: word; { Max. column. }
|
MaxY: word; { Max. column. }
|
||||||
DirectColor: boolean; { Is this a direct color mode?? }
|
DirectColor: boolean; { Is this a direct color mode?? }
|
||||||
Hardwarepages: byte; { total number of image pages - 1 }
|
Hardwarepages: byte; { total number of image pages - 1 }
|
||||||
ModeName: String[18];
|
ModeName: String[32];
|
||||||
{ necessary hooks ... }
|
{ necessary hooks ... }
|
||||||
DirectPutPixel : DefPixelProc;
|
DirectPutPixel : DefPixelProc;
|
||||||
GetPixel : GetPixelProc;
|
GetPixel : GetPixelProc;
|
||||||
|
@ -2190,7 +2190,7 @@ function queryadapterinfo : pmodeinfo;
|
|||||||
mode.PaletteSize := mode.MaxColor;
|
mode.PaletteSize := mode.MaxColor;
|
||||||
mode.DirectColor := FALSE;
|
mode.DirectColor := FALSE;
|
||||||
mode.MaxX := 1023;
|
mode.MaxX := 1023;
|
||||||
mode.MaxY := 768;
|
mode.MaxY := 767;
|
||||||
SetupWin32GUIDefault;
|
SetupWin32GUIDefault;
|
||||||
mode.XAspect := 10000;
|
mode.XAspect := 10000;
|
||||||
mode.YAspect := 10000;
|
mode.YAspect := 10000;
|
||||||
|
Loading…
Reference in New Issue
Block a user