Browse Source

* renamed to be 8.3

peter 25 years ago
parent
commit
28d6c34530
2 changed files with 9 additions and 3 deletions
  1. 5 2
      rtl/unix/graph.pp
  2. 4 1
      rtl/unix/graph16.inc

+ 5 - 2
rtl/unix/graph.pp

@@ -263,7 +263,7 @@ End;
     Required procedures
   ---------------------------------------------------------------------}
 
-{$INCLUDE vgagraph16.inc}       // Include graphic functions for 16 colours modes
+{$INCLUDE graph16.inc}       // Include graphic functions for 16 colours modes
 
 var
   LastColor: Integer;   {Cache the last set color to improve speed}
@@ -598,7 +598,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.2  2000-09-18 13:14:50  marco
+  Revision 1.3  2000-10-12 09:38:34  peter
+    * renamed to be 8.3
+
+  Revision 1.2  2000/09/18 13:14:50  marco
    * Global Linux +bsd to (rtl/freebsd rtl/unix rtl/linux structure)
 
   Revision 1.4  2000/08/25 12:31:05  jonas

+ 4 - 1
rtl/unix/vgagraph16.inc → rtl/unix/graph16.inc

@@ -428,7 +428,10 @@ end;
 
 {
   $Log$
-  Revision 1.2  2000-09-18 13:14:51  marco
+  Revision 1.1  2000-10-12 09:38:34  peter
+    * renamed to be 8.3
+
+  Revision 1.2  2000/09/18 13:14:51  marco
    * Global Linux +bsd to (rtl/freebsd rtl/unix rtl/linux structure)
 
   Revision 1.2  2000/07/13 11:33:49  michael