#FEATURE by Stefan Reise
authorsr
Fri, 22 Nov 2019 15:21:24 +0100
changeset 8882 478de7f76a1a
parent 8881 385a6800e902
child 8883 f4c79dbadfbf
#FEATURE by Stefan Reise class: Image class changed: #fromScreen
Image.st
--- a/Image.st	Fri Nov 22 15:20:48 2019 +0100
+++ b/Image.st	Fri Nov 22 15:21:24 2019 +0100
@@ -2464,8 +2464,7 @@
 
     bounds := 0@0 
         corner:(Screen 
-            currentResolutionForMonitorNamed:(Screen 
-                monitorDeviceNameForPoint:0@0)). "/ use the center monitor
+            currentMonitorResolutionByPoint:0@0). "/ use the center monitor
 
     OperatingSystem isOSXlike ifTrue:[
         "/ sigh: XQuartz does not include the dock
@@ -2482,7 +2481,7 @@
     "
 
     "Modified: / 06-03-2017 / 14:48:42 / cg"
-    "Modified (comment): / 21-11-2019 / 17:49:01 / Stefan Reise"
+    "Modified: / 22-11-2019 / 15:21:05 / Stefan Reise"
 !
 
 fromScreen:aRectangle