From d0e0701913f3aede1fcb256f3d1e9c60c9af6edf Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sun, 25 Nov 2012 21:41:52 -0500 Subject: 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 --- src/cmd/devdraw/devdraw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/devdraw/devdraw.h') 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; -- cgit v1.2.3