patches
changeset 15 6cb30063ea41
parent 14 64ec9fab4825
child 16 db5d473df9f0
--- a/patches	Sat Feb 18 21:23:01 1995 +0100
+++ b/patches	Wed Feb 22 03:49:28 1995 +0100
@@ -415,6 +415,7 @@
 	    ValueHolder 
 	    ComposedTextView
 	    StringHolder
+	    ClassOrganization
 	   ).
 
 compat do:[:s |
@@ -456,7 +457,8 @@
 	Smalltalk at:#Disk put:(FileDirectory directoryNamed:'/')
 ].
 Display notNil ifTrue:[
-	Smalltalk at:#Window put:(Display class)
+	Smalltalk at:#Window put:(Display class).
+	Smalltalk at:#Screen put:(Display class).
 ].
 
 "/