Change name of primitive to prevent conflict with new X11 stuff.
authorChris Hanson <org/chris-hanson/cph>
Thu, 22 Jun 1989 23:01:50 +0000 (23:01 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 22 Jun 1989 23:01:50 +0000 (23:01 +0000)
v7/src/microcode/sgx.c

index 68a3e403281744deb72c5ca8099cf255b8d543b2..181ec58665a6b53b909bda07d988a81ae8bdb4f5 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/sgx.c,v 1.5 1989/03/01 00:16:30 gjs Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/sgx.c,v 1.6 1989/06/22 23:01:50 cph Rel $
 
-Copyright (c) 1988 Massachusetts Institute of Technology
+Copyright (c) 1988, 1989 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -137,13 +137,13 @@ close_display ()
   return;
 }
 \f
-/* (X-GRAPHICS-OPEN-WINDOW x y width height border-width)
+/* (X-GRAPHICS-OLD-OPEN-WINDOW x y width height border-width)
 
    Opens a window at the given position, with the given border width,
    on the current display.  If another window was previously opened
    using this primitive, it is closed.  */
 
-DEFINE_PRIMITIVE ("X-GRAPHICS-OPEN-WINDOW", Prim_x_graphics_open_window, 5, 5, 0)
+DEFINE_PRIMITIVE ("X-GRAPHICS-OLD-OPEN-WINDOW", Prim_x_graphics_old_open_window, 5, 5, 0)
 {
   XhpArgItem arglist [7];
   PRIMITIVE_HEADER (5);