about summary refs log tree commit diff stats
path: root/mu.arc
diff options
context:
space:
mode:
Diffstat (limited to 'mu.arc')
-rw-r--r--mu.arc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mu.arc b/mu.arc
index ac186e8f..1c4dccc9 100644
--- a/mu.arc
+++ b/mu.arc
@@ -677,12 +677,12 @@
                   (do1 nil (if ($.current-charterm) ($.close-charterm)))
 
                 ; graphics
-                graphics-on
+                window-on
                   (do1 nil
                     ($.open-graphics)
                     (= Viewport ($.open-viewport (m arg.0)  ; name
                                                  (m arg.1) (m arg.2))))  ; width height
-                graphics-off
+                window-off
                   (do1 nil
                     ($.close-viewport Viewport)  ; why doesn't this close the window? works in naked racket. not racket vs arc.
                     ($.close-graphics)