Image.st
changeset 7967 fa34f3731d4e
parent 7966 52449eb9f442
child 7968 df68d662edff
--- a/Image.st	Sun Mar 05 11:43:46 2017 +0100
+++ b/Image.st	Mon Mar 06 14:49:50 2017 +0100
@@ -2343,7 +2343,7 @@
     OperatingSystem isOSXlike ifTrue:[
         "/ sigh: XQuartz does not include the dock
         display == Display ifTrue:[
-            bounds := OperatingSystem screenBounds:0
+            bounds := OperatingSystem getScreenBounds:0
         ].    
     ].
     
@@ -2354,7 +2354,7 @@
      Image fromScreen inspect
     "
 
-    "Modified: / 05-03-2017 / 11:35:34 / cg"
+    "Modified: / 06-03-2017 / 14:48:42 / cg"
 !
 
 fromScreen:aRectangle