devdraw: add forcedpi toggled by Fn+F3 on Mac

R=rsc
http://codereview.appspot.com/6846104
This commit is contained in:
Russ Cox 2012-11-25 23:38:14 -05:00
parent 2589c5c6ee
commit 55905845f3
4 changed files with 20 additions and 3 deletions

View file

@ -399,8 +399,8 @@ initimg(void)
return i;
}
static void
resizeimg()
void
resizeimg(void)
{
[win.img release];
_drawreplacescreenimage(initimg());