diff options
| author | Russ Cox <rsc@swtch.com> | 2012-11-25 23:38:14 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2012-11-25 23:38:14 -0500 |
| commit | 55905845f3eeb3756f532484f1fd313b0ab2ca2a (patch) | |
| tree | 92e01c496e133cf7b324504130263de430fe4030 /src/cmd/devdraw/cocoa-screen.m | |
| parent | 2589c5c6ee1f582810a037a934280b29fe8c5e55 (diff) | |
| download | plan9port-55905845f3eeb3756f532484f1fd313b0ab2ca2a.tar.gz 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/cocoa-screen.m')
| -rw-r--r-- | src/cmd/devdraw/cocoa-screen.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/devdraw/cocoa-screen.m b/src/cmd/devdraw/cocoa-screen.m index a2ff3d40..c6389e9b 100644 --- a/src/cmd/devdraw/cocoa-screen.m +++ b/src/cmd/devdraw/cocoa-screen.m @@ -399,8 +399,8 @@ initimg(void) return i; } -static void -resizeimg() +void +resizeimg(void) { [win.img release]; _drawreplacescreenimage(initimg()); |
