mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-21 15:19:58 +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;
|
||||
GraphXres,GraphYres : longint;
|
||||
GraphBuffer : pointer;
|
||||
ConsoleGraphDriver, ConsoleGraphMode : word;
|
||||
ConsoleGraphDriver, ConsoleGraphMode : smallint;
|
||||
{$endif USE_GRAPH_SWITCH}
|
||||
function GetLineStartOfs(Line: integer): word;
|
||||
procedure GetBuffer(Size: word);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user