mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:59:18 +02:00
* fixed indentation in SysSetVideoMode of the go32v2 video unit
git-svn-id: trunk@28787 -
This commit is contained in:
parent
d8a9860e92
commit
207efda423
@ -283,14 +283,14 @@ begin
|
|||||||
Dec(I);
|
Dec(I);
|
||||||
If SysSetVideoMode then
|
If SysSetVideoMode then
|
||||||
begin
|
begin
|
||||||
If (I<SysVideoModeCount-1) then
|
If (I<SysVideoModeCount-1) then
|
||||||
DoSetVideoMode(I)
|
DoSetVideoMode(I)
|
||||||
else
|
else
|
||||||
SetVideo8x8;
|
SetVideo8x8;
|
||||||
ScreenWidth:=SysVMD[I].Col;
|
ScreenWidth:=SysVMD[I].Col;
|
||||||
ScreenHeight:=SysVMD[I].Row;
|
ScreenHeight:=SysVMD[I].Row;
|
||||||
ScreenColor:=SysVMD[I].Color;
|
ScreenColor:=SysVMD[I].Color;
|
||||||
DoCustomMouse(false);
|
DoCustomMouse(false);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user