mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-24 15:09:49 +01:00
* TDOSScreen.ConsoleGraphDriver and .ConsoleGraphMode changed to smallint, so they can be passed as var parameters to InitGraph. This fixes compilation with USE_GRAPH_SWITCH enabled
git-svn-id: trunk@29079 -
This commit is contained in:
parent
658442e610
commit
cb8f96a33c
@ -184,7 +184,7 @@ type
|
|||||||
GraphModeName : string;
|
GraphModeName : string;
|
||||||
GraphXres,GraphYres : longint;
|
GraphXres,GraphYres : longint;
|
||||||
GraphBuffer : pointer;
|
GraphBuffer : pointer;
|
||||||
ConsoleGraphDriver, ConsoleGraphMode : word;
|
ConsoleGraphDriver, ConsoleGraphMode : smallint;
|
||||||
{$endif USE_GRAPH_SWITCH}
|
{$endif USE_GRAPH_SWITCH}
|
||||||
function GetLineStartOfs(Line: integer): word;
|
function GetLineStartOfs(Line: integer): word;
|
||||||
procedure GetBuffer(Size: word);
|
procedure GetBuffer(Size: word);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user