[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] vm-display-X11: Fix scale factor detection in headless and no-display mode (PR #626)

Marcel Taeumel notifications at github.com
Wed Apr 27 07:29:27 UTC 2022


Hmm... I don't like this approach. There are currently only 4 uses of the expression`!stDisplay` in "platforms/unix" and they all just verify initialization, not that headless mode. So, this is the wrong "concept" to use here.

Instead, I will go with the already used (but partially missing) `headless || !isConnectedToXServer` checks as suggested in #625.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/626#issuecomment-1110644799
You are receiving this because you are subscribed to this thread.

Message ID: <OpenSmalltalk/opensmalltalk-vm/pull/626/c1110644799 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20220427/27c9148e/attachment.html>


More information about the Vm-dev mailing list