DisplaySurface.st
changeset 4070 efd0ffb52d43
parent 4052 5cd7eef42703
child 4120 bd779aa2b314
--- a/DisplaySurface.st	Fri Mar 05 13:44:33 2004 +0100
+++ b/DisplaySurface.st	Fri Mar 05 13:47:04 2004 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
@@ -324,7 +326,7 @@
      color, which is used with opaque drawing."
 
     self viewBackground:something.
-    self clear.
+    self clearView.
 
     "Created: 27.4.1996 / 14:09:08 / cg"
 !
@@ -2401,7 +2403,7 @@
 !DisplaySurface class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.108 2004-02-27 11:14:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.109 2004-03-05 12:46:36 cg Exp $'
 ! !
 
 DisplaySurface initialize!