From 94e23d31c2068cd25e8445edd36fef087ffc9b29 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Fri, 12 Jul 1996 18:03:45 +0000 Subject: [PATCH] Added X-GRAPHICS/DRAW-ARC, X-GRAPHICS/DRAW-CIRCLE and X-GRAPHICS/FILL-CIRCLE. --- v8/src/runtime/runtime.pkg | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 4126faab6..93c2bd1fa 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.272 1996/05/18 06:15:59 cph Exp $ +$Id: runtime.pkg,v 14.273 1996/07/12 18:03:45 adams Exp $ Copyright (c) 1988-96 Massachusetts Institute of Technology @@ -2298,19 +2298,22 @@ MIT in each case. |# x-graphics/copy-area x-graphics/device-coordinate-limits x-graphics/disable-keyboard-focus + x-graphics/discard-events x-graphics/display x-graphics/drag-cursor + x-graphics/draw-arc + x-graphics/draw-circle x-graphics/draw-line x-graphics/draw-lines x-graphics/draw-point x-graphics/draw-points x-graphics/draw-text - x-graphics/discard-events x-graphics/enable-keyboard-focus + x-graphics/fill-circle + x-graphics/flush x-graphics/font-structure x-graphics/get-colormap x-graphics/get-default - x-graphics/flush x-graphics/iconify-window x-graphics/lower-window x-graphics/map-window -- 2.25.1