* 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:
Jonas Maebe 2000-05-13 14:08:42 +00:00
parent cff91a51a2
commit 0250b1238a

View File

@ -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