DisplayRootView.st
branchdelegated_gc_jv
changeset 6800 f4acb46ba42e
parent 6616 9dad6d1245cc
parent 6660 6d24fdde1b0c
child 6819 f91377f97414
--- a/DisplayRootView.st	Sat Jan 10 06:20:20 2015 +0000
+++ b/DisplayRootView.st	Tue Feb 03 13:48:45 2015 +0000
@@ -9,8 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-'From Smalltalk/X, Version:6.2.3.0 on 17-03-2014 at 20:22:04'                   !
-
 "{ Package: 'stx:libview' }"
 
 DisplaySurface subclass:#DisplayRootView
@@ -86,6 +84,10 @@
     [author:]
         Claus Gittinger
 "
+!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.42.2.2 2014-12-12 18:32:42 stefan Exp $'
 ! !
 
 !DisplayRootView class methodsFor:'instance creation'!
@@ -245,6 +247,12 @@
     "Created: / 13-10-2006 / 15:55:54 / cg"
 !
 
+isActive
+    "compatibility with all other views"
+
+    ^ false
+!
+
 isRootView
     "return true, since yes, I am a rootview"
 
@@ -277,9 +285,3 @@
     "
 ! !
 
-!DisplayRootView class methodsFor:'documentation'!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.43 2014-09-23 11:36:04 cg Exp $'
-! !
-