mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 13:59:07 +02:00
* set some more procedures back to the defaults when using linear
VESA modes because they only work for windowed VESA modes
This commit is contained in:
parent
cff91a51a2
commit
0250b1238a
@ -1888,6 +1888,8 @@ Const
|
|||||||
{ linear mode for lines not yet implemented PM }
|
{ linear mode for lines not yet implemented PM }
|
||||||
HLine:=@HLineDefault;
|
HLine:=@HLineDefault;
|
||||||
VLine:=@VLineDefault;
|
VLine:=@VLineDefault;
|
||||||
|
GetScanLine := @GetScanLineDefault;
|
||||||
|
PatternLine := @PatternLineDefault;
|
||||||
end;
|
end;
|
||||||
m640x400x256,
|
m640x400x256,
|
||||||
m640x480x256,
|
m640x480x256,
|
||||||
@ -1901,6 +1903,8 @@ Const
|
|||||||
{ linear mode for lines not yet implemented PM }
|
{ linear mode for lines not yet implemented PM }
|
||||||
HLine:=@HLineDefault;
|
HLine:=@HLineDefault;
|
||||||
VLine:=@VLineDefault;
|
VLine:=@VLineDefault;
|
||||||
|
GetScanLine := @GetScanLineDefault;
|
||||||
|
PatternLine := @PatternLineDefault;
|
||||||
end;
|
end;
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
@ -2596,7 +2600,11 @@ Const
|
|||||||
|
|
||||||
(*
|
(*
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.22 2000-03-19 11:20:13 peter
|
Revision 1.23 2000-05-13 14:08:42 jonas
|
||||||
|
* set some more procedures back to the defaults when using linear
|
||||||
|
VESA modes because they only work for windowed VESA modes
|
||||||
|
|
||||||
|
Revision 1.22 2000/03/19 11:20:13 peter
|
||||||
* graph unit include is now independent and the dependent part
|
* graph unit include is now independent and the dependent part
|
||||||
is now in graph.pp
|
is now in graph.pp
|
||||||
* ggigraph unit for linux added
|
* ggigraph unit for linux added
|
||||||
|
Loading…
Reference in New Issue
Block a user