|
@@ -149,6 +149,7 @@ end;
|
|
|
|
|
|
function DefaultVideoModeSelector(const VideoMode: TVideoMode; Params: Longint): Boolean;
|
|
function DefaultVideoModeSelector(const VideoMode: TVideoMode; Params: Longint): Boolean;
|
|
begin
|
|
begin
|
|
|
|
+ DefaultVideoModeSelector:=true;
|
|
end;
|
|
end;
|
|
|
|
|
|
|
|
|
|
@@ -180,7 +181,7 @@ var
|
|
LineCounter,
|
|
LineCounter,
|
|
ColCounter : Longint;
|
|
ColCounter : Longint;
|
|
smallforce : boolean;
|
|
smallforce : boolean;
|
|
-{
|
|
|
|
|
|
+(*
|
|
begin
|
|
begin
|
|
if LockUpdateScreen<>0 then
|
|
if LockUpdateScreen<>0 then
|
|
exit;
|
|
exit;
|
|
@@ -230,7 +231,7 @@ begin
|
|
move(VideoBuf^,OldVideoBuf^,VideoBufSize);
|
|
move(VideoBuf^,OldVideoBuf^,VideoBufSize);
|
|
end;
|
|
end;
|
|
end;
|
|
end;
|
|
-}
|
|
|
|
|
|
+*)
|
|
var
|
|
var
|
|
x1,y1,x2,y2 : longint;
|
|
x1,y1,x2,y2 : longint;
|
|
|
|
|
|
@@ -351,7 +352,10 @@ finalization
|
|
end.
|
|
end.
|
|
{
|
|
{
|
|
$Log$
|
|
$Log$
|
|
- Revision 1.1 2001-01-13 11:03:59 peter
|
|
|
|
|
|
+ Revision 1.2 2001-04-10 21:28:36 peter
|
|
|
|
+ * removed warnigns
|
|
|
|
+
|
|
|
|
+ Revision 1.1 2001/01/13 11:03:59 peter
|
|
* API 2 RTL commit
|
|
* API 2 RTL commit
|
|
|
|
|
|
}
|
|
}
|