aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/devdraw.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2012-11-25 23:38:14 -0500
committerRuss Cox <rsc@swtch.com>2012-11-25 23:38:14 -0500
commit55905845f3eeb3756f532484f1fd313b0ab2ca2a (patch)
tree92e01c496e133cf7b324504130263de430fe4030 /src/cmd/devdraw/devdraw.h
parent2589c5c6ee1f582810a037a934280b29fe8c5e55 (diff)
downloadplan9port-55905845f3eeb3756f532484f1fd313b0ab2ca2a.tar.gz
plan9port-55905845f3eeb3756f532484f1fd313b0ab2ca2a.tar.bz2
plan9port-55905845f3eeb3756f532484f1fd313b0ab2ca2a.zip
devdraw: add forcedpi toggled by Fn+F3 on Mac
R=rsc http://codereview.appspot.com/6846104
Diffstat (limited to 'src/cmd/devdraw/devdraw.h')
-rw-r--r--src/cmd/devdraw/devdraw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/devdraw/devdraw.h b/src/cmd/devdraw/devdraw.h
index 454cfe03..f768735f 100644
--- a/src/cmd/devdraw/devdraw.h
+++ b/src/cmd/devdraw/devdraw.h
@@ -7,3 +7,4 @@ int mouseswap(int);
void abortcompose(void);
extern int displaydpi;
+extern int forcedpi;