diff options
| author | Russ Cox <rsc@swtch.com> | 2012-11-25 21:41:52 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2012-11-25 21:41:52 -0500 |
| commit | d0e0701913f3aede1fcb256f3d1e9c60c9af6edf (patch) | |
| tree | 89289d543069ef615e1a58343b8db1b93356fcc5 /src/cmd/devdraw/devdraw.h | |
| parent | 7b9ef735a8d1fddf3887853abbd065271fa9c293 (diff) | |
devdraw, libdraw: add display->dpi
Fixed at 100 right now, but the plan is to make it accurate
and then use it.
R=rsc
http://codereview.appspot.com/6856091
Diffstat (limited to 'src/cmd/devdraw/devdraw.h')
| -rw-r--r-- | src/cmd/devdraw/devdraw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/devdraw/devdraw.h b/src/cmd/devdraw/devdraw.h index 7abf212e..454cfe03 100644 --- a/src/cmd/devdraw/devdraw.h +++ b/src/cmd/devdraw/devdraw.h @@ -6,4 +6,4 @@ int parsewinsize(char*, Rectangle*, int*); int mouseswap(int); void abortcompose(void); - +extern int displaydpi; |