From: Chris Hanson Date: Tue, 2 May 1995 20:58:41 +0000 (+0000) Subject: Add primitives to read and write the OS/2 clipboard. X-Git-Tag: 20090517-FFI~6357 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=255a09427862da478a0f5dc821522dcaea56d579;p=mit-scheme.git Add primitives to read and write the OS/2 clipboard. --- 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)