Change graphics operations to receive the device, not just the
authorArthur Gleckler <edu/mit/csail/zurich/arthur>
Thu, 30 Jan 1992 17:08:31 +0000 (17:08 +0000)
committerArthur Gleckler <edu/mit/csail/zurich/arthur>
Thu, 30 Jan 1992 17:08:31 +0000 (17:08 +0000)
descriptor, of the graphics object on which they are operating.

v7/src/runtime/version.scm

index e325f775ae35119d62300ae1effe4b887ce09e91..965067665e6c1312f174298ff66c8e239a561cb3 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.143 1991/12/19 20:51:42 arthur Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.144 1992/01/30 17:08:31 arthur Exp $
 
 Copyright (c) 1988-91 Massachusetts Institute of Technology
 
@@ -45,7 +45,7 @@ MIT in each case. |#
                     '()))
   (add-system! microcode-system)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
-  (add-identification! "Runtime" 14 143))
+  (add-identification! "Runtime" 14 144))
 
 (define microcode-system)