From 28d6c34530e6975b122fac626782f3f9d2b46b95 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 12 Oct 2000 09:38:34 +0000 Subject: [PATCH] * renamed to be 8.3 --- rtl/unix/graph.pp | 7 +++++-- rtl/unix/{vgagraph16.inc => graph16.inc} | 5 ++++- 2 files changed, 9 insertions(+), 3 deletions(-) rename rtl/unix/{vgagraph16.inc => graph16.inc} (98%) diff --git a/rtl/unix/graph.pp b/rtl/unix/graph.pp index 6f40ded6c6..f8bc605602 100644 --- a/rtl/unix/graph.pp +++ b/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 diff --git a/rtl/unix/vgagraph16.inc b/rtl/unix/graph16.inc similarity index 98% rename from rtl/unix/vgagraph16.inc rename to rtl/unix/graph16.inc index 49a8359390..5330e3b8b1 100644 --- a/rtl/unix/vgagraph16.inc +++ b/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