From 255a09427862da478a0f5dc821522dcaea56d579 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 2 May 1995 20:58:41 +0000 Subject: [PATCH] Add primitives to read and write the OS/2 clipboard. --- v7/src/runtime/os2winp.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v7/src/runtime/os2winp.scm b/v7/src/runtime/os2winp.scm index 1046be828..08d256a9f 100644 --- a/v7/src/runtime/os2winp.scm +++ b/v7/src/runtime/os2winp.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: os2winp.scm,v 1.5 1995/02/21 23:13:58 cph Exp $ +$Id: os2winp.scm,v 1.6 1995/05/02 20:58:41 cph Exp $ Copyright (c) 1995 Massachusetts Institute of Technology @@ -38,6 +38,8 @@ MIT in each case. |# (declare (usual-integrations)) (define-primitives + (os2-clipboard-read-text 0) + (os2-clipboard-write-text 1) (os2pm-synchronize 0) (os2ps-bitblt 6) (os2ps-clear 5) -- 2.25.1