diff options
author | Rob Kroeger <robkroeger@gmail.com> | 2012-10-16 13:55:44 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2012-10-16 13:55:44 -0400 |
commit | ef99c9f1ae9a620d997493558d5029d1d89f4a30 (patch) | |
tree | 314c723241b2493b8ec2b4e315a65ec77ece97e0 /man | |
parent | 60a47420a8887d7fcda37efe4b6baf730d9cc936 (diff) | |
download | plan9port-ef99c9f1ae9a620d997493558d5029d1d89f4a30.tar.gz plan9port-ef99c9f1ae9a620d997493558d5029d1d89f4a30.tar.bz2 plan9port-ef99c9f1ae9a620d997493558d5029d1d89f4a30.zip |
devdraw: MacBook retina support
Enable with export devdrawretina=1 (everything will be smaller).
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/6592072
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/devdraw.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/man1/devdraw.1 b/man/man1/devdraw.1 index 6ffe9eca..009f5a94 100644 --- a/man/man1/devdraw.1 +++ b/man/man1/devdraw.1 @@ -10,6 +10,13 @@ invoked via .I Devdraw serves a custom graphics protocol and is the only program that talks directly to X window servers. +On Macintosh, setting +.BI devdrawretina +to +.BI 1 +will cause +.I devdraw +to use all available physical pixels on a retina display. .SH SOURCE .B \*9/src/cmd/devdraw .SH "SEE ALSO |