From bf93b60f51cd33d87e69883e382b552d28cfcebb Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 14 Oct 2002 18:37:15 +0000 Subject: [PATCH] * use Unix unit --- rtl/unix/mouse.pp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rtl/unix/mouse.pp b/rtl/unix/mouse.pp index 99755561d3..49ef9f6e53 100644 --- a/rtl/unix/mouse.pp +++ b/rtl/unix/mouse.pp @@ -26,7 +26,7 @@ interface implementation uses - Linux,Video + Unix,Video {$ifndef NOGPM} ,gpm {$endif ndef NOGPM} @@ -418,7 +418,10 @@ end. { $Log$ - Revision 1.8 2002-09-15 17:52:30 peter + Revision 1.9 2002-10-14 18:37:15 peter + * use Unix unit + + Revision 1.8 2002/09/15 17:52:30 peter * Updates from the fixes branch Revision 1.2.2.9 2002/09/11 06:49:59 pierre