mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 19:41:18 +02:00
+ all available mode numbers are logged if you compile the unit with
-dlogging
This commit is contained in:
parent
fac6614ecf
commit
33a70bdf4b
@ -195,6 +195,9 @@ end;
|
|||||||
new(VESAInfo.ModeList);
|
new(VESAInfo.ModeList);
|
||||||
while ModeList^[i]<> $ffff do
|
while ModeList^[i]<> $ffff do
|
||||||
begin
|
begin
|
||||||
|
{$ifdef logging}
|
||||||
|
LogLn('Found mode $'+hexstr(ModeList^[i],4));
|
||||||
|
{$endif loggin}
|
||||||
VESAInfo.ModeList^[i] := ModeList^[i];
|
VESAInfo.ModeList^[i] := ModeList^[i];
|
||||||
Inc(i);
|
Inc(i);
|
||||||
end;
|
end;
|
||||||
@ -1944,7 +1947,11 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 1999-11-27 21:48:01 jonas
|
Revision 1.3 1999-11-28 12:18:39 jonas
|
||||||
|
+ all available mode numbers are logged if you compile the unit with
|
||||||
|
-dlogging
|
||||||
|
|
||||||
|
Revision 1.2 1999/11/27 21:48:01 jonas
|
||||||
* fixed VlineVESA256 and re-enabled it in graph.inc
|
* fixed VlineVESA256 and re-enabled it in graph.inc
|
||||||
* added procedure detectgraph to interface of graph unit
|
* added procedure detectgraph to interface of graph unit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user