DeviceWorkstation.st
changeset 5606 2e14c2ee78b3
parent 5601 a2e9f657d3de
child 5610 9c727f792bd2
--- a/DeviceWorkstation.st	Tue Sep 21 16:44:08 2010 +0200
+++ b/DeviceWorkstation.st	Tue Oct 05 17:52:42 2010 +0200
@@ -2111,6 +2111,10 @@
     isSlow := aBoolean
 !
 
+monitorInfoAtPoint:aPoint
+    ^ nil
+!
+
 monitorType
     "return a symbol representing the monitor type of the display.
      It is usually set to #unknown, #color or #monochrome.
@@ -8000,11 +8004,11 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.547 2010-08-25 20:03:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.548 2010-10-05 15:52:42 mb Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.547 2010-08-25 20:03:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.548 2010-10-05 15:52:42 mb Exp $'
 ! !
 
 DeviceWorkstation initialize!