WinWorkstation.st
changeset 8866 486bee55512e
parent 8865 62e5d5311788
child 8871 62717b04953b
equal deleted inserted replaced
8865:62e5d5311788 8866:486bee55512e
  6685     "Modified: 26.5.1996 / 15:32:46 / cg"
  6685     "Modified: 26.5.1996 / 15:32:46 / cg"
  6686 !
  6686 !
  6687 
  6687 
  6688 scaleFactorForRootDisplayCoordinates
  6688 scaleFactorForRootDisplayCoordinates
  6689     "this is the factor we need to adopt for the root display coordinates,
  6689     "this is the factor we need to adopt for the root display coordinates,
  6690      if windows did scale the application (when the app is not high DPI aware"
  6690      if windows did scale the application (when the app is not high DPI aware)"
  6691 
  6691 
  6692     "
  6692     "
  6693         self scaleFactorForRootDisplayCoordinates 
  6693         self scaleFactorForRootDisplayCoordinates 
  6694     "
  6694     "
  6695 
  6695 
  6702     ].
  6702     ].
  6703 
  6703 
  6704     ^ currentDisplayResolution / Display extent
  6704     ^ currentDisplayResolution / Display extent
  6705 
  6705 
  6706     "Created: / 14-11-2019 / 13:36:59 / Stefan Reise"
  6706     "Created: / 14-11-2019 / 13:36:59 / Stefan Reise"
  6707     "Modified: / 15-11-2019 / 09:54:28 / Stefan Reise"
  6707     "Modified (comment): / 15-11-2019 / 10:47:30 / Stefan Reise"
  6708 !
  6708 !
  6709 
  6709 
  6710 virtualDisplayResolution
  6710 virtualDisplayResolution
  6711     "this is the resolution of a virtual display,
  6711     "this is the resolution of a virtual display,
  6712      this resolution is effected by the scaling
  6712      this resolution is effected by the scaling