devdraw: enable retina behavior by default on OS X
Change-Id: I243a1fe3f9ec0841570c4cd69c02be9cfd9ade50 Reviewed-on: https://plan9port-review.googlesource.com/1172 Reviewed-by: Russ Cox <rsc@swtch.com>
This commit is contained in:
parent
79555a9987
commit
4eac378eba
1 changed files with 3 additions and 3 deletions
|
|
@ -41,10 +41,10 @@ int usebigarrow = 0;
|
||||||
static void setprocname(const char*);
|
static void setprocname(const char*);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* By default, devdraw ignores retina displays. A non-zero evironment variable
|
* By default, devdraw uses retina displays.
|
||||||
* |devdrawretina| will override this.
|
* Set devdrawretina=0 in the environment to override.
|
||||||
*/
|
*/
|
||||||
int devdrawretina = 0;
|
int devdrawretina = 1;
|
||||||
|
|
||||||
void
|
void
|
||||||
usage(void)
|
usage(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue