mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
ef99c9f1ae
Enable with export devdrawretina=1 (everything will be smaller). R=rsc CC=plan9port.codebot http://codereview.appspot.com/6592072
29 lines
570 B
Groff
29 lines
570 B
Groff
.TH DEVDRAW 1
|
|
.SH NAME
|
|
devdraw \- draw device simulator
|
|
.SH SYNOPSIS
|
|
invoked via
|
|
.I initdraw
|
|
(see
|
|
.IR graphics (3))
|
|
.SH DESCRIPTION
|
|
.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
|
|
.IR draw (3),
|
|
.IR drawfcall (3),
|
|
.IR graphics (3)
|
|
.SH BUGS
|
|
.I Devdraw
|
|
should probably present a standard 9P server
|
|
instead of using its own protocol.
|