mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 22:07:56 +02:00
+ added default parameters to InstallUserMode
git-svn-id: trunk@49283 -
This commit is contained in:
parent
0ffd4f8780
commit
658affeae2
@ -18,6 +18,7 @@ unit ptcgraph;
|
||||
|
||||
{//$define logging}
|
||||
{$define FPC_GRAPH_SUPPORTS_TRUECOLOR}
|
||||
{$modeswitch DEFAULTPARAMETERS+}
|
||||
|
||||
{******************************************************************************}
|
||||
interface
|
||||
@ -139,7 +140,7 @@ var
|
||||
WindowTitle: AnsiString;
|
||||
PTCWrapperObject: TPTCWrapperThread;
|
||||
|
||||
function InstallUserMode(Width, Height: SmallInt; Colors: LongInt; HardwarePages: SmallInt; XAspect, YAspect: Word): smallint;
|
||||
function InstallUserMode(Width, Height: SmallInt; Colors: LongInt; HardwarePages: SmallInt = 1; XAspect: Word = 10000; YAspect: Word = 10000): smallint;
|
||||
|
||||
{******************************************************************************}
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user