aboutsummaryrefslogtreecommitdiff
path: root/man/man1/devdraw.1
blob: da36b8e2aee9382fb37e57aaf15fd4aabd1927cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.TH DEVDRAW 1
.SH NAME
devdraw \- draw device simulator
.SH SYNOPSIS
invoked via 
.I initdraw
(see
.MR 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
.MR draw (3) ,
.MR drawfcall (3) ,
.MR graphics (3)
.SH BUGS
.I Devdraw
should probably present a standard 9P server
instead of using its own protocol.