mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 12:29:17 +02:00
* VESASetVideoModeProc return value was not set
This commit is contained in:
parent
3f524571c9
commit
119cdd9d9d
@ -2567,7 +2567,7 @@ end;
|
||||
{$ifdef VESA}
|
||||
function VESASetVideoModeProc(const VideoMode: TVideoMode; Params: Longint): Boolean; {$ifndef FPC}far;{$endif}
|
||||
begin
|
||||
VESASetMode(Params);
|
||||
VESASetVideoModeProc:=VESASetMode(Params);
|
||||
end;
|
||||
|
||||
procedure InitVESAScreenModes;
|
||||
@ -2607,7 +2607,10 @@ end;
|
||||
END.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.31 1999-06-02 11:19:13 pierre
|
||||
Revision 1.32 1999-06-21 23:37:08 pierre
|
||||
* VESASetVideoModeProc return value was not set
|
||||
|
||||
Revision 1.31 1999/06/02 11:19:13 pierre
|
||||
* @ is now required for FPC for procedure address passing in functions
|
||||
|
||||
Revision 1.30 1999/05/22 13:44:33 peter
|
||||
|
Loading…
Reference in New Issue
Block a user